Skip to content

Commit

Permalink
[BUGFIX beta] Add back mainContext to loader #14859
Browse files Browse the repository at this point in the history
(cherry picked from commit 6ec4747)
  • Loading branch information
zoltan-nz authored and rwjblue committed Feb 16, 2017
1 parent 6b83efa commit bb803e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/loader/lib/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var enifed, requireModule, Ember;
var mainContext = this; // Used in ember-environment/lib/global.js

(function() {
var isNode = typeof window === 'undefined' &&
Expand Down

0 comments on commit bb803e2

Please sign in to comment.