[Laszlo-checkins] r8384 - openlaszlo/branches/devildog/WEB-INF/lps/lfc/views

hqm@openlaszlo.org hqm at openlaszlo.org
Mon Mar 24 21:48:55 PDT 2008


Author: hqm
Date: 2008-03-24 21:48:53 -0700 (Mon, 24 Mar 2008)
New Revision: 8384

Modified:
   openlaszlo/branches/devildog/WEB-INF/lps/lfc/views/LaszloView.lzs
Log:
Change 20080325-hqm-Q by hqm at badtzmaru.local on 2008-03-25 00:47:33 EDT
    in /Users/hqm/openlaszlo/devildog2/WEB-INF/lps/lfc
    for http://svn.openlaszlo.org/openlaszlo/branches/devildog/WEB-INF/lps/lfc

Summary: fixed typo in LzView, this goes with r8383

New Features:

Bugs Fixed:

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

Documentation:

Release Notes:

Details:
    

Tests:



Modified: openlaszlo/branches/devildog/WEB-INF/lps/lfc/views/LaszloView.lzs
===================================================================
--- openlaszlo/branches/devildog/WEB-INF/lps/lfc/views/LaszloView.lzs	2008-03-25 04:46:03 UTC (rev 8383)
+++ openlaszlo/branches/devildog/WEB-INF/lps/lfc/views/LaszloView.lzs	2008-03-25 04:48:53 UTC (rev 8384)
@@ -356,7 +356,7 @@
 // TODO [hqm 2008-03] Will asking for LzSprite.prototype.xxx  work in SWF9?
 if ($swf9) {
     var capabilities = LzSprite.capabilities;
-} else 
+} else {
     var capabilities = LzSprite.prototype.capabilities;
 }
 



More information about the Laszlo-checkins mailing list