Skip to content

Commit

Permalink
patch 2 - fix the webplatform test,
Browse files Browse the repository at this point in the history
  • Loading branch information
bakulf authored and jgraham committed Jun 3, 2015
1 parent 6e486ed commit 6ef58ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websockets/interfaces/CloseEvent/historical.html
Expand Up @@ -13,6 +13,6 @@

test(function() {
assert_false("initCloseEvent" in CloseEvent.prototype);
assert_false("initCloseEvent" in new CloseEvent());
assert_false("initCloseEvent" in new CloseEvent('close'));
}, "initCloseEvent");
</script>

0 comments on commit 6ef58ad

Please sign in to comment.