Removed unrelated changes
This commit is contained in:
+1
-2
@@ -1199,7 +1199,7 @@
|
|||||||
var loadEvent;
|
var loadEvent;
|
||||||
window.onload = function(evt) {
|
window.onload = function(evt) {
|
||||||
loadEvent = evt || window.event;
|
loadEvent = evt || window.event;
|
||||||
};
|
}
|
||||||
function test_extend_event(t) {
|
function test_extend_event(t) {
|
||||||
t.plan(2);
|
t.plan(2);
|
||||||
t.ok(loadEvent, "loadEvent recorded");
|
t.ok(loadEvent, "loadEvent recorded");
|
||||||
@@ -1216,7 +1216,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user