Skip to content

Commit

Permalink
Removed unneeded files
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Mar 27, 2013
1 parent f93fb19 commit 5ecc01d
Show file tree
Hide file tree
Showing 63 changed files with 10 additions and 27,052 deletions.
2 changes: 1 addition & 1 deletion app/bundles/saver/Saver.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ define(function() {
}

Saver.prototype = {
__save: function() {
__save: function(exportable) {
var data = exportable.export();
var identifier = exportable.identifier();

Expand Down
7 changes: 7 additions & 0 deletions app/scripts/framework/Core.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
define(function() {
return {
install: function(bundles) {

}
};
});
83 changes: 0 additions & 83 deletions app/scripts/libs/ServiceRegistryLite.js

This file was deleted.

Loading

0 comments on commit 5ecc01d

Please sign in to comment.