Skip to content

Commit 0fe9328

Browse files
author
Abilash Badri
committed
Add default values for on* properties
1 parent 9dd0a9a commit 0fe9328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/initialization_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ QUnit.test( "onreadystatechange is null", function( assert ) {
6262

6363
QUnit.test( "ontimeout is null", function( assert ) {
6464
assert.equal( xhr.ontimeout, null );
65-
});
65+
});

0 commit comments

Comments
 (0)