Created
          March 8, 2013 21:54 
        
      - 
      
- 
        Save floydpink/5120206 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or 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
    
  
  
    
  | //This code gives this error: | |
| // Uncaught Error: assertion failed: Ember.Object.create no longer supports defining methods that call _super. | |
| var App = Ember.Application.create({ | |
| init:function(){ | |
| this._super.deferReadiness(); | |
| } | |
| }); | |
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
It should be like:
Also see: emberjs/ember.js#2184