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

max@openlaszlo.org max at openlaszlo.org
Sat Oct 4 14:41:28 PDT 2008


Author: max
Date: 2008-10-04 14:41:27 -0700 (Sat, 04 Oct 2008)
New Revision: 11352

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9/LzSprite.as
Log:
+ Fix the build



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:29:33 UTC (rev 11351)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9/LzSprite.as	2008-10-04 21:41:27 UTC (rev 11352)
@@ -714,7 +714,7 @@
       /** setX( Number:x )
           o Moves the sprite to the specified x coordinate 
       */
-      public function setX ( x:String ):void {
+      public function setX ( x:Number ):void {
           this.x = x;
       }
 



More information about the Laszlo-checkins mailing list