Skip to content

Commit

Permalink
Remove ember-cli TODOs from the repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhammond committed Apr 27, 2014
1 parent 978cae0 commit b10165e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import loadInitializers from 'ember/load-initializers';
Ember.MODEL_FACTORY_INJECTIONS = true;

var App = Ember.Application.extend({
modulePrefix: 'ember-flows-generator', // TODO: loaded via config
modulePrefix: 'ember-flows-generator',
Resolver: Resolver
});

Expand Down
1 change: 0 additions & 1 deletion tests/test-loader.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// TODO: load based on params
Ember.keys(requirejs._eak_seen).filter(function(key) {
return (/\-test/).test(key);
}).forEach(function(moduleName) {
Expand Down

0 comments on commit b10165e

Please sign in to comment.