Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
normalized the store API between client & server
Browse files Browse the repository at this point in the history
  • Loading branch information
drewfish committed Jan 28, 2013
1 parent 6bb5157 commit 19d5a85
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/app/autoload/store.client.js
Expand Up @@ -235,6 +235,16 @@ YUI.add('mojito-client-store', function(Y, NAME) {
},


/**
* Returns the static (non-runtime-sensitive) version of the application.json.
* @method getStaticAppConfig
* @return {object} the configuration from applications.json
*/
getStaticAppConfig: function(ctx) {
return this.appConfig;
},


/**
* Returns the routes configured in the application.
* @method getRoutes
Expand Down

0 comments on commit 19d5a85

Please sign in to comment.