TurnWheel / jReject

jQuery Browser Rejection Plugin
http://jreject.turnwheel.com/
277 stars 98 forks source link

jQuery.browser + JQuery 1.10.2 #32

Open mhallager opened 11 years ago

mhallager commented 11 years ago

I am aware this has been covered before, however, I am unsure why I am getting this Firebug console error when using jquery.reject.min.js file downloaded today. Based on my reading of the previous reported issue, I was of the understanding this issue was fixed in the current release. On this basis I am opening this issue.

I am using Jquery 1.10.2 in conjunction with Jquery-migrate 1.2.1 (uncompressed version so console logging works)

BluSyn commented 11 years ago

What's the exact error your getting in firebug? Not able to reproduce, but could be I'm missing something.

mhallager commented 11 years ago

JQMIGRATE: Logging is active jquery....2.1.js (line 21) JQMIGRATE: jQuery.browser is deprecated jquery....2.1.js (line 41) migrateWarn(msg="jQuery.browser is deprecated")jquery....2.1.js (line 43) get()jquery....2.1.js (line 58) browserTest(h="mozilla/5.0 (x11; linux...o/20100101 firefox/22.0", l=undefined)jquery....min.js (line 14) browserTest(b=function())jquery....min.js (line 15) jquery.reject.min.js()

This verbose logging information is only available when JQuery Migrate (non-min version) is used.