mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Moved attrFN to deprecated. Close gh-977.
This commit is contained in:
committed by
Dave Methvin
parent
6eacf67e30
commit
78617f067a
@@ -101,4 +101,10 @@ if ( jQuery.browser ) {
|
||||
// manually clean up detached elements
|
||||
$div.remove();
|
||||
});
|
||||
|
||||
test("attrFn test", function() {
|
||||
expect(1);
|
||||
ok(!!jQuery.attrFn, "attrFnPresent");
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user