diff app/view/panel/Map.js @ 895:2b7bcb778f0a

Jsduck debug
author Dustin Demuth <dustin@intevation.de>
date Thu, 23 Jul 2015 17:14:05 +0200
parents 07dfcdf5b41f
children 1df6b6210b42
line wrap: on
line diff
--- a/app/view/panel/Map.js	Thu Jul 23 17:04:46 2015 +0200
+++ b/app/view/panel/Map.js	Thu Jul 23 17:14:05 2015 +0200
@@ -29,9 +29,6 @@
         projection: new OpenLayers.Projection('EPSG:4326')
     },
 
-    /**
-     * Array of OpenLayers.Layer objects.
-     */
 
     /**
      * @private
@@ -70,6 +67,10 @@
         this.callParent(arguments);
     },
 
+    /**
+     * Initialise the Data and Create an
+     * Array of OpenLayers.Layer objects.
+     */
     initData: function() {
         var me = this;
         this.locationFeatures = [];

http://lada.wald.intevation.org