Revert "Adding in backwards-compatiblity support for jQuery().bind/unbind/trigger - and immediately deprecating it. Please explicitly use jQuery(document) in your code."
This reverts commit e9d5947b4a
.
This commit is contained in:
parent
5a0ac24e35
commit
366039a6f0
2 changed files with 5 additions and 31 deletions
|
@ -118,19 +118,6 @@ test("bind(), trigger change on select", function() {
|
|||
}).trigger('change');
|
||||
});
|
||||
|
||||
test("bind/unbind/trigger on empty jQuery set", function() {
|
||||
expect(1);
|
||||
|
||||
jQuery().bind("test", function(){
|
||||
equals( this, document, "Handler triggered and bound on document." );
|
||||
});
|
||||
|
||||
jQuery().trigger("test");
|
||||
|
||||
jQuery().unbind("test");
|
||||
jQuery().trigger("test");
|
||||
});
|
||||
|
||||
test("bind(), namespaced events, cloned events", function() {
|
||||
expect(6);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue