Skip to content

Commit

Permalink
Ensure that "ember" module shim is available for globals build.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Feb 10, 2015
1 parent afad503 commit 4db9d4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-support/globalize.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
define("ember", ["exports"], function(__exports__) {
__exports__["default"] = window.Ember;
});

var emberQunit = requireModule("ember-qunit");

window.moduleFor = emberQunit.moduleFor;
Expand Down

0 comments on commit 4db9d4e

Please sign in to comment.