Author: bargull
Date: 2007-10-22 14:50:39 -0700 (Mon, 22 Oct 2007)
New Revision: 6954

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzTextSprite.as
   openlaszlo/trunk/WEB-INF/lps/lfc/views/LzText.lzs
Log:
Change 20071020-bargull-0 by [EMAIL PROTECTED] on 2007-10-20 17:39:06
    in /home/Admin/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: setScroll was defined twice in LzText and in LzTextSprite (swf)

New Features:

Bugs Fixed:
LPP-4944 - "LzText#setScroll" is doubly defined

Technical Reviewer: max
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
Just removed the second definition of setScroll in LzText.lzx and 
LzTextSprite.as


Tests:



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzTextSprite.as
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzTextSprite.as 2007-10-22 
20:45:07 UTC (rev 6953)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzTextSprite.as 2007-10-22 
21:50:39 UTC (rev 6954)
@@ -775,13 +775,6 @@
 /**
   * 
   */
-LzTextSprite.prototype.setScroll = function (s){
-    this.__LZtextclip.scroll = s;
-}
-
-/**
-  * 
-  */
 LzTextSprite.prototype.setHScroll = function (s){
     this.__LZtextclip.hscroll = s;
 }

Modified: openlaszlo/trunk/WEB-INF/lps/lfc/views/LzText.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/views/LzText.lzs   2007-10-22 20:45:07 UTC 
(rev 6953)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/views/LzText.lzs   2007-10-22 21:50:39 UTC 
(rev 6954)
@@ -992,13 +992,6 @@
 /**
   * 
   */
-function setScroll (s){
-    this.sprite.setScroll(s);
-}
-
-/**
-  * 
-  */
 function setHScroll (s){
     this.sprite.setHScroll(s);
 }


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to