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
Original issue reported on code.google.com by
amrocs...@gmail.com
on 21 Jan 2013 at 4:44