mmalinowski42 / dynatree

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

warning of jQuery UI version #396

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.version up jQueryUI 1.8 to 1.10
2.warning on chrome console "ui.dynatree._init() was called; you should upgrade 
to jquery.ui.core.js v1.8 or higher.".

I found that line 2844 on jquery.dynatree-1.2.2.js (in _init function), 
following code cause this warning.

> if( parseFloat($.ui.version) < 1.8 ) {

"parseFloat("1.10.0") < 1.8" is TRUE.

Original issue reported on code.google.com by amrocs...@gmail.com on 21 Jan 2013 at 4:44

GoogleCodeExporter commented 9 years ago

Original comment by moo...@wwwendt.de on 22 Jan 2013 at 7:03

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

Original comment by moo...@wwwendt.de on 26 Jan 2013 at 8:13