app.js |
global app, $on |
679 |
controller.js |
Takes a model and view and acts as the controller between them
@constructor
@param {object} model The model instance
@param {object} view The view instance
|
7999 |
helpers.js |
global NodeList |
1813 |
model.js |
Creates a new Model instance and hooks up the storage.
@constructor
@param {object} storage A reference to the client side storage class
|
3671 |
store.js |
jshint eqeqeq:false |
4436 |
template.js |
jshint laxbreak:true |
3334 |
view.js |
global qs, qsa, $on, $parent, $delegate |
6970 |