mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 14:34:20 +00:00
Replace spaces by tabs. Thanks to jshit.
This commit is contained in:
parent
a400b8e097
commit
29e699112d
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue