Created
June 17, 2012 15:16
-
-
Save brundage/2944801 to your computer and use it in GitHub Desktop.
Demo for ember.js issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* jsFiddle demo: http://bit.ly/NHVuBF | |
* | |
* Using ember.js built on 2012-06-17 | |
* from commit 1b0a2339184a9d583270eca84ee10056b269858c | |
* | |
* The following code produces an exception | |
* | |
* assertion failed: You need to provide an object and key to `set`. | |
* | |
* if (!test) throw new Error("assertion failed: "+desc); ember.js (line 45) | |
* | |
*/ | |
window.App = Ember.Application.create(); | |
App.initialize(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment