[fusion-commits] r1672 - trunk/lib

svn_fusion at osgeo.org svn_fusion at osgeo.org
Wed Nov 19 10:58:49 EST 2008


Author: madair
Date: 2008-11-19 10:58:49 -0500 (Wed, 19 Nov 2008)
New Revision: 1672

Modified:
   trunk/lib/ApplicationDefinition.js
Log:
re #140: proper check of Generic layerType


Modified: trunk/lib/ApplicationDefinition.js
===================================================================
--- trunk/lib/ApplicationDefinition.js	2008-11-19 15:53:40 UTC (rev 1671)
+++ trunk/lib/ApplicationDefinition.js	2008-11-19 15:58:49 UTC (rev 1672)
@@ -526,7 +526,7 @@
             }
             break;
           default:
-            if ( !Fusion.Layers[this.type] ) {
+            if ( !Fusion.Layers.Generic ) {
               Fusion.require('layers/Generic/Generic.js');
             }
             break;



More information about the fusion-commits mailing list