Last active
February 27, 2016 18:49
-
-
Save andevsoftware/d20d1dc1cc628e95619d to your computer and use it in GitHub Desktop.
Config - set method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var config = new TSCore.Config(); | |
config.set('application.repository', 'https://github.com/redound/ts-core.git'); | |
config.get(); | |
//{ | |
// application: { | |
// repository: "https://github.com/redound/ts-core.git" | |
// } | |
//} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment