move Event.stop function into deprecated.js
This commit is contained in:
@@ -409,13 +409,6 @@
|
||||
|
||||
}
|
||||
|
||||
/** HACK HACK HACK Deprecated This test should be removed in 3.0 **/
|
||||
function test_Events_globalEventObject(t) {
|
||||
t.plan(1);
|
||||
t.ok(Event.stop, "a stop() function exists on the global JS Event object, if indeed it exists. This is legacy deprecated and will be gone in 3.0");
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user