Replace spaces by tabs. Thanks to jshit.

This commit is contained in:
Ophir LOJKINE 2013-11-28 14:40:09 +01:00
parent a400b8e097
commit 29e699112d

View file

@ -68,14 +68,14 @@
var svg = Tools.svg;
Tools.add({ //The new tool
"name" : "Eraser",
"listeners" : {
"press" : startErasing,
"move" : erase,
"release" : stopErasing,
},
"draw" : draw,
"mouseCursor" : "crosshair",
"name" : "Eraser",
"listeners" : {
"press" : startErasing,
"move" : erase,
"release" : stopErasing,
},
"draw" : draw,
"mouseCursor" : "crosshair",
});
})(); //End of code isolation