We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603d6e5 commit 81cf76fCopy full SHA for 81cf76f
tests/unit/support/support_core.js
@@ -18,7 +18,7 @@ $.testHelper.excludeFileProtocol(function(){
18
asyncTest( "detects functionality from basic affirmative properties and attributes", function(){
19
// TODO expose properties for less brittle tests
20
$.extend(window, {
21
- WebKitTransitionEvent: true,
+ WebKitTransitionEvent: true
22
});
23
24
window.history.pushState = function(){};
0 commit comments