get rid of trailing comma to prevent parser error in IE

This commit is contained in:
bgrins 2011-07-27 11:09:21 -05:00
parent a750564d24
commit 09e75d9da2

View file

@ -84,7 +84,7 @@ var DomEvent = {
stop: function(event) {
DomEvent.stopPropagation(event);
DomEvent.preventDefault(event);
},
}
};
DomEvent.requestAnimationFrame = new function() {