Revision: 1063
Author: allain.lalonde
Date: Tue Aug 31 11:27:45 2010
Log: JS: Forgot to prefix parent with this.
http://code.google.com/p/piccolo2d/source/detail?r=1063

Modified:
 /piccolo2d.js/trunk/piccolo2d.js

=======================================
--- /piccolo2d.js/trunk/piccolo2d.js    Tue Aug 31 11:10:09 2010
+++ /piccolo2d.js/trunk/piccolo2d.js    Tue Aug 31 11:27:45 2010
@@ -403,7 +403,7 @@
             this.transform = transform;

             if (this.parent) {
-              parent.invalidateBounds();
+              this.parent.invalidateBounds();
               this.globalFullBounds = null;
             }

--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

Reply via email to