Marker layer is not responsible for redraws

remove sluggishness when moving lines up and down
This commit is contained in:
Fabian Jakobs 2010-10-26 17:05:44 +02:00
commit 6c284eabab

View file

@ -30,7 +30,6 @@ var Marker = function(parentEl) {
clazz : clazz
};
this.update();
return id;
};
@ -38,7 +37,6 @@ var Marker = function(parentEl) {
var marker = this.markers[markerId];
if (marker) {
delete (this.markers[markerId]);
this.update();
}
};