Skip to content

Commit 98037a5

Browse files
committed
Remove unused argument from wm.Undo.beginMapDraw
1 parent 8204236 commit 98037a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/weltmeister/undo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ wm.Undo = ig.Class.extend({
124124
// -------------------------------------------------------------------------
125125
// Map changes
126126

127-
beginMapDraw: function( layer ) {
127+
beginMapDraw: function() {
128128
this.currentAction = {
129129
type: wm.Undo.MAP_DRAW,
130130
time: Date.now(),

0 commit comments

Comments
 (0)