bug while loading the app

This commit is contained in:
Artur Ventura 2011-07-20 18:24:13 +01:00
parent d0d347dc84
commit bca16957f4

View File

@ -235,7 +235,6 @@ ClassDefinition.prototype.initializeClass = function(){
this.calculateEffectiveMembers(); this.calculateEffectiveMembers();
var that = this var that = this
this.effectiveFields.each()
// call <cinit> // call <cinit>
this.inited = true; this.inited = true;
} }