From bca16957f4e93571b3cc1faa4e73ad5fac5c3ba4 Mon Sep 17 00:00:00 2001 From: Artur Ventura Date: Wed, 20 Jul 2011 18:24:13 +0100 Subject: [PATCH] bug while loading the app --- src/class.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/class.js b/src/class.js index 5b73dfb..6fa47e6 100644 --- a/src/class.js +++ b/src/class.js @@ -235,7 +235,6 @@ ClassDefinition.prototype.initializeClass = function(){ this.calculateEffectiveMembers(); var that = this - this.effectiveFields.each() // call this.inited = true; }