Skip to content

Commit

Permalink
rename standalone model file
Browse files Browse the repository at this point in the history
  • Loading branch information
nateps committed Apr 10, 2014
1 parent 90c41fa commit 327592f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Model/standalone.js → lib/Model/ModelStandalone.js
@@ -1,11 +1,11 @@
module.exports = require('./Model');

// Extend model on both server and client
require('./events');
require('./paths');
require('./collections');
require('./mutators');
require('./setDiff');

require('./fn');
require('./filter');
require('./refList');
Expand Down

0 comments on commit 327592f

Please sign in to comment.