Last active
January 2, 2016 17:09
-
-
Save nnance/8335211 to your computer and use it in GitHub Desktop.
Application settings example
This file contains 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
define([], function () { | |
'use strict'; | |
var AppSettings = { | |
baseUrl: "http://myapp.appspot.com", | |
modelType: "common/models/jsonp/event" | |
}; | |
return AppSettings; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment