git-svn-id: http://svn.openlayers.org/trunk/openlayers@1188 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-08-10 06:08:34 +00:00
parent 76f38a5a36
commit a6af08b092
+1
View File
@@ -131,6 +131,7 @@ OpenLayers.Layer.prototype = {
*/ */
setName: function(newName) { setName: function(newName) {
this.name = newName; this.name = newName;
this.map.events.triggerEvent("changelayer");
}, },
/** /**