Merge pull request #31 from bgrins/trailing-commas

Get rid of trailing comma to prevent parser error in IE
This commit is contained in:
Jonathan Puckey 2011-07-27 10:32:02 -07:00
commit 7dcce87576

View file

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