Removed unrelated changes

This commit is contained in:
Gregers Gram Rygg
2012-06-25 09:38:23 +02:00
parent fb3acbdbc2
commit b394b93723
+1 -2
View File
@@ -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>