[Laszlo-checkins] r11351 - openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9

max@openlaszlo.org max at openlaszlo.org
Sat Oct 4 12:29:34 PDT 2008


Author: max
Date: 2008-10-04 12:29:33 -0700 (Sat, 04 Oct 2008)
New Revision: 11351

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9/LzSprite.as
Log:
+ really break the build this time!



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9/LzSprite.as
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9/LzSprite.as	2008-10-04 19:10:01 UTC (rev 11350)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9/LzSprite.as	2008-10-04 19:29:33 UTC (rev 11351)
@@ -711,10 +711,10 @@
           trace("debugClick "+event + " " +event.target);
       }
 
-      /** setX( String:x )
+      /** setX( Number:x )
           o Moves the sprite to the specified x coordinate 
       */
-      public function setX ( x:Number ):void {
+      public function setX ( x:String ):void {
           this.x = x;
       }
 



More information about the Laszlo-checkins mailing list