webanimals / dynatree

Automatically exported from code.google.com/p/dynatree
0 stars 0 forks source link

Dynatree v1.2.4 uses deprecated jQuery.browser() functionality #440

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a duplicate of issue 409 which was closed (incorrectly) when the 
original poster said the obsolete reference wasn't there in v1.2.4. (it is!)

jQuery.browser IS used in jquery.dynatree-1.2.4.js and line 83 gets flagged by 
JQMIGRATE. that line in the v1.2.4 script reads

var BROWSER = jQuery.browser || _checkBrowser

Original issue reported on code.google.com by irasc...@gmail.com on 2 Jul 2013 at 11:26

Attachments:

GoogleCodeExporter commented 9 years ago
I don't think it's a real problem because feature probing is a valid approach, 
but anyway...

Original comment by moo...@wwwendt.de on 8 Jul 2013 at 7:04

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r670.

Original comment by moo...@wwwendt.de on 8 Jul 2013 at 7:05