Author: hqm Date: 2008-01-15 20:40:20 -0800 (Tue, 15 Jan 2008) New Revision: 7838
Modified: openlaszlo/branches/devildog/WEB-INF/lps/lfc/controllers/LaszloAnimation.js Log: forgot a few setter declarations in lzAnimation Modified: openlaszlo/branches/devildog/WEB-INF/lps/lfc/controllers/LaszloAnimation.js =================================================================== --- openlaszlo/branches/devildog/WEB-INF/lps/lfc/controllers/LaszloAnimation.js 2008-01-15 22:15:06 UTC (rev 7837) +++ openlaszlo/branches/devildog/WEB-INF/lps/lfc/controllers/LaszloAnimation.js 2008-01-16 04:40:20 UTC (rev 7838) @@ -88,14 +88,14 @@ * * @type String */ -setters.motion = "setMotion"; +LzAnimation.setters.motion = "setMotion"; /** * The destination value for the animator. * * @type Number */ -setters.to = "setTo"; +LzAnimation.setters.to = "setTo"; /** _______________________________________________ Laszlo-checkins mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins
