[Laszlo-checkins] r11045 - openlaszlo/trunk/WEB-INF/lps/lfc/views

bargull@openlaszlo.org bargull at openlaszlo.org
Wed Sep 17 10:09:26 PDT 2008


Author: bargull
Date: 2008-09-17 10:09:24 -0700 (Wed, 17 Sep 2008)
New Revision: 11045

Removed:
   openlaszlo/trunk/WEB-INF/lps/lfc/views/platform/
Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/views/Library.lzs
Log:
Change 20080917-bargull-Yhv by bargull at dell--p4--2-53 on 2008-09-17 19:08:30
    in /home/Admin/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: remove LzPlatformService 

New Features:

Bugs Fixed: LPP-6773

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

Documentation:

Release Notes:

Details:
    

Tests:



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/views/Library.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/views/Library.lzs	2008-09-17 17:02:41 UTC (rev 11044)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/views/Library.lzs	2008-09-17 17:09:24 UTC (rev 11045)
@@ -19,17 +19,5 @@
 
 #include "views/LaszloCanvas.lzs"
 
-if ($as2) {
-    #include "views/platform/LzPlatform.lzs"
-} else if ($dhtml) {
-    #include "views/platform/LzPlatform.lzs"
-} else if ($svg) {
-    #include "views/platform/svg/LzPlatform.js"
-} else if ($swf9) {
-    #include "views/platform/LzPlatform.lzs"
-} else {
-    Debug.error('views/Library.lzs unsupported runtime %s', $runtime)
-}
-
 #include "views/LzScript.lzs"
 



More information about the Laszlo-checkins mailing list