coding standards. define CLASS_NAME
git-svn-id: http://svn.openlayers.org/trunk/openlayers@157 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -52,5 +52,8 @@ OpenLayers.Layer.WFS.prototype =
|
|||||||
_initTiles: function () {
|
_initTiles: function () {
|
||||||
this.div.innerHTML="";
|
this.div.innerHTML="";
|
||||||
OpenLayers.Layer.Grid.prototype._initTiles.apply(this, arguments);
|
OpenLayers.Layer.Grid.prototype._initTiles.apply(this, arguments);
|
||||||
}
|
},
|
||||||
|
|
||||||
|
/** @final @type String */
|
||||||
|
CLASS_NAME: "OpenLayers.Layer.WFS"
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user