Skip to content

Instantly share code, notes, and snippets.

@karmiclychee
Created June 22, 2013 20:48
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 karmiclychee/5842536 to your computer and use it in GitHub Desktop.
Save karmiclychee/5842536 to your computer and use it in GitHub Desktop.
Ember stacktrace
Uncaught TypeError: Object function () {
var Class = makeCtor(), proto;
Class.ClassMixin = Mixin.create(this.ClassMixin);
Class.PrototypeMixin = Mixin.create(this.PrototypeMixin);
Class.ClassMixin.ownerConstructor = Class;
Class.PrototypeMixin.ownerConstructor = Class;
reopen.apply(Class.PrototypeMixin, arguments);
Class.superclass = this;
Class.__super__ = this.prototype;
proto = Class.prototype = o_create(this.prototype);
proto.constructor = Class;
generateGuid(proto, 'ember');
meta(proto).proto = proto; // this will disable observers on prototype
Class.ClassMixin.apply(Class);
return Class;
} has no method 'create' ember.js:7566
instantiate ember.js:7566
Container.lookup ember.js:7420
Ember.onLoad.Application.initializer.initialize ember-data.js:105
Ember.Application.Ember.Namespace.extend.runInitializers ember.js:28837
visit ember.js:27972
DAG.topsort ember.js:28026
Ember.Application.Ember.Namespace.extend.runInitializers ember.js:28834
Ember.Application.Ember.Namespace.extend._initialize ember.js:28718
Backburner.run ember.js:4625
Ember.run ember.js:5112
Ember.Application.Ember.Namespace.extend.scheduleInitialize ember.js:28594
jQuery.Callbacks.fire jquery.js:3075
jQuery.Callbacks.self.fireWith jquery.js:3187
jQuery.extend.ready jquery.js:434
completed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment