Created
April 16, 2015 08:47
-
-
Save ondrek/e33d9ef8000f73a2d6f3 to your computer and use it in GitHub Desktop.
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
;(function(){ | |
"use strict"; | |
// extend your own app object of a library $config | |
idea.configs = le.$configs(); | |
// this is how set a new value | |
idea.configs.$set.REST_API = "/author/rest/v2/"; | |
idea.configs.$set.SOCKET_API = "/socket/io/v39"; | |
idea.configs.$set.LANGUAGE_DEFAULT = "EN"; | |
idea.configs.$set.KEYBOARD_TYPE = "Ember"; | |
idea.configs.$set.IS_DEVELOPMENT = true; | |
// this is how to get a new value | |
console.info(idea.configs.$get.REST_API); | |
console.info(idea.configs.$get.IS_DEVELOPMENT); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kde
idea
je samozrejme nejaka tvoja appka alebo co