[Laszlo-checkins] r10121 - openlaszlo/trunk/examples/components

max@openlaszlo.org max at openlaszlo.org
Sat Jun 28 11:53:39 PDT 2008


Author: max
Date: 2008-06-28 11:53:38 -0700 (Sat, 28 Jun 2008)
New Revision: 10121

Modified:
   openlaszlo/trunk/examples/components/edittext_example.lzx
Log:
+ Undo bad checkin

Modified: openlaszlo/trunk/examples/components/edittext_example.lzx
===================================================================
--- openlaszlo/trunk/examples/components/edittext_example.lzx	2008-06-28 18:28:43 UTC (rev 10120)
+++ openlaszlo/trunk/examples/components/edittext_example.lzx	2008-06-28 18:53:38 UTC (rev 10121)
@@ -1,10 +1,4 @@
 <canvas bgcolor="0xeaeaea" height="500">
-  <script when="immediate">
-    Debug.trace(LzText.prototype, 'getTextHeight');
-    Debug.trace(LzTextSprite.prototype, 'getTextfieldHeight');
-    Debug.trace(LzText.prototype, 'getTextWidth');
-    Debug.trace(LzTextSprite.prototype, 'getTextfieldWidth');
-  </script>
     <include href="lz/library.lzx" />
     <dataset name="ds">
         <item>first item from dataset</item>



More information about the Laszlo-checkins mailing list