quick lint before rc1, only some missing missing semi-colons.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6748 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -320,7 +320,7 @@ OpenLayers.Format.OSM = OpenLayers.Class(OpenLayers.Format.XML, {
|
||||
createFeatureNodes: function(feature) {
|
||||
var nodes = [];
|
||||
var className = feature.geometry.CLASS_NAME;
|
||||
var type = className.substring(className.lastIndexOf(".") + 1)
|
||||
var type = className.substring(className.lastIndexOf(".") + 1);
|
||||
type = type.toLowerCase();
|
||||
var builder = this.createXML[type];
|
||||
if (builder) {
|
||||
|
||||
Reference in New Issue
Block a user