Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from rjackson/add-ember-data-shim
Browse files Browse the repository at this point in the history
Add Ember Data shim.
  • Loading branch information
rwjblue committed Jun 8, 2014
2 parents 86c953b + 43de6c9 commit 5265989
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app-shims.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@ define('ember', [], function() {
'default': Ember
};
});

define('ember-data', [], function() {
"use strict";

return {
'default': DS
};
});
})();

0 comments on commit 5265989

Please sign in to comment.