[Laszlo-checkins] r13311 - openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml
bargull@openlaszlo.org
bargull at openlaszlo.org
Mon Mar 16 14:02:00 PDT 2009
Author: bargull
Date: 2009-03-16 14:01:57 -0700 (Mon, 16 Mar 2009)
New Revision: 13311
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
Log:
Change 20090316-bargull-OxI by bargull at dell--p4--2-53 on 2009-03-16 22:01:25
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary:
New Features:
Bugs Fixed: LPP-7874
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js 2009-03-16 20:57:15 UTC (rev 13310)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js 2009-03-16 21:01:57 UTC (rev 13311)
@@ -778,8 +778,8 @@
if ($debug) {
if (value !== result) {
Debug.warn("%w: coerced %w to %w", arguments.callee, value, result);
+ }
}
-}
return Math.round(result) + (units ? units : 'px');
}
More information about the Laszlo-checkins
mailing list