At.js icon indicating copy to clipboard operation
At.js copied to clipboard

Deprecation warning when using with jQuery Migrate 3.0.1

Open stof opened this issue 8 years ago • 0 comments

jQuery Migrate 3.0.1 triggers a deprecation warning saying jQuery.expr.filters is deprecated; use jQuery.expr.pseudos when using this plugin.

Here is the trace (domain is a local one so you won't be able to access it):

migrateWarn
http://galaxy-corp.incenteev.loc/js/vendor.app.js:157:5
get
http://galaxy-corp.incenteev.loc/js/vendor.app.js:168:4
c</e.prototype.visible
http://galaxy-corp.incenteev.loc/js/vendor.app.js:735:16427
c</e.prototype.hide
http://galaxy-corp.incenteev.loc/js/vendor.app.js:735:18322
l</n.prototype.catchQuery
http://galaxy-corp.incenteev.loc/js/vendor.app.js:735:13121
r</i.prototype.lookUp
http://galaxy-corp.incenteev.loc/js/vendor.app.js:735:7184
n</e.prototype.dispatch
http://galaxy-corp.incenteev.loc/js/vendor.app.js:735:4120
n</e.prototype.onKeyup
http://galaxy-corp.incenteev.loc/js/vendor.app.js:735:4400
n</e.prototype.listen/</<
http://galaxy-corp.incenteev.loc/js/vendor.app.js:735:3283
dispatch
http://galaxy-corp.incenteev.loc/js/vendor.app.js:77:10264
add/q.handle
http://galaxy-corp.incenteev.loc/js/vendor.app.js:77:8326

line 735 in my bundle file is the minified At.js dist file of v1.5.4

stof avatar Dec 11 '17 10:12 stof