Skip to content

Instantly share code, notes, and snippets.

@mutewinter
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mutewinter/070bb4020d1ed28935bc to your computer and use it in GitHub Desktop.
Save mutewinter/070bb4020d1ed28935bc to your computer and use it in GitHub Desktop.
Ember Patch for Global Application Tests Failing After Upgrade to 1.11
diff --git a/vendor/ember/development/ember.js b/vendor/ember/development/ember.js
index d4778f6..9b21660 100644
--- a/vendor/ember/development/ember.js
+++ b/vendor/ember/development/ember.js
@@ -3949,7 +3949,7 @@ enifed('ember-application/system/application', ['exports', 'dag-map', 'container
return ApplicationInstance['default'].create({
customEvents: property_get.get(this, 'customEvents'),
rootElement: property_get.get(this, 'rootElement'),
- applicationRegistry: this.registry
+ applicationRegistry: this.buildRegistry()
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment