diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2015-10-01 16:03:10 -0400 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2015-10-12 17:32:08 +0300 |
commit | ee0854f85bd686b55757e8854a10480f23c928da (patch) | |
tree | 9c2096568d9deb7b72d2ae884fc0d0f3d6b5ce50 /test/data/testinit.js | |
parent | 9748e436ad80d6a2e1661ba4cf8d7391ed87c3ad (diff) | |
download | jquery-ee0854f85bd686b55757e8854a10480f23c928da.tar.gz jquery-ee0854f85bd686b55757e8854a10480f23c928da.zip |
Event: Move .bind() and .delegate() to deprecated
Fixes gh-2288
Closes gh-2624
Diffstat (limited to 'test/data/testinit.js')
-rw-r--r-- | test/data/testinit.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/data/testinit.js b/test/data/testinit.js index 903bc9c34..1815d8f7b 100644 --- a/test/data/testinit.js +++ b/test/data/testinit.js @@ -286,6 +286,7 @@ this.loadTests = function() { "unit/core.js", "unit/callbacks.js", "unit/deferred.js", + "unit/deprecated.js", "unit/support.js", "unit/data.js", "unit/queue.js", |