useless comment
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1202 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -131,7 +131,6 @@ OpenLayers.Layer.prototype = {
|
|||||||
*/
|
*/
|
||||||
setName: function(newName) {
|
setName: function(newName) {
|
||||||
this.name = newName;
|
this.name = newName;
|
||||||
// assuming a map has been assigned, trigger changelayer
|
|
||||||
if (this.map != null)
|
if (this.map != null)
|
||||||
this.map.events.triggerEvent("changelayer");
|
this.map.events.triggerEvent("changelayer");
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user