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

Commit 5265989

Browse files
committed
Merge pull request #2 from rjackson/add-ember-data-shim
Add Ember Data shim.
2 parents 86c953b + 43de6c9 commit 5265989

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app-shims.js

+8
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,12 @@ define('ember', [], function() {
77
'default': Ember
88
};
99
});
10+
11+
define('ember-data', [], function() {
12+
"use strict";
13+
14+
return {
15+
'default': DS
16+
};
17+
});
1018
})();

0 commit comments

Comments
 (0)