Skip to content

Commit 81cf76f

Browse files
committed
remove trailing comma
1 parent 603d6e5 commit 81cf76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/support/support_core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $.testHelper.excludeFileProtocol(function(){
1818
asyncTest( "detects functionality from basic affirmative properties and attributes", function(){
1919
// TODO expose properties for less brittle tests
2020
$.extend(window, {
21-
WebKitTransitionEvent: true,
21+
WebKitTransitionEvent: true
2222
});
2323

2424
window.history.pushState = function(){};

0 commit comments

Comments
 (0)