Skip to content

Instantly share code, notes, and snippets.

@brundage
Created June 17, 2012 15:16
Show Gist options
  • Save brundage/2944801 to your computer and use it in GitHub Desktop.
Save brundage/2944801 to your computer and use it in GitHub Desktop.
Demo for ember.js issue
/*
* 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