mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
get rid of trailing comma to prevent parser error in IE
This commit is contained in:
parent
a750564d24
commit
09e75d9da2
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ var DomEvent = {
|
||||||
stop: function(event) {
|
stop: function(event) {
|
||||||
DomEvent.stopPropagation(event);
|
DomEvent.stopPropagation(event);
|
||||||
DomEvent.preventDefault(event);
|
DomEvent.preventDefault(event);
|
||||||
},
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
DomEvent.requestAnimationFrame = new function() {
|
DomEvent.requestAnimationFrame = new function() {
|
||||||
|
|
Loading…
Reference in a new issue