Hi, though this not a major issues, it may have an impact in
the long term. the setting for steal configure paths for the
jquery are different in each of can/lib/stealconfig.js and
steal/stealconfig.js . in the can/lib/stealconfig.js the
setting is :
"jquery":"lib/jquery.1.9.1.js"
while in the
steal/stealconfig.js is :
"jquery":"can/lib/jquery.1.8.3.js"
in JMVC 3.3 ,
jquery1.8.3 does not exists. In addition, there are a lot of
changes between the two versions, you may refer to jQuery Core 1.9
Upgrade Guide for more details. i think it is time to update
the depended libraries.
Thank you .
1
Change topic type
Link this topic
Provide the permalink of a topic that is related to this topic
Hi, though this not a major issues, it may have an impact in the long term. the setting for steal configure paths for the jquery are different in each of can/lib/stealconfig.js and steal/stealconfig.js .
in the can/lib/stealconfig.js the setting is :
while in the steal/stealconfig.js is :
in JMVC 3.3 , jquery1.8.3 does not exists. In addition, there are a lot of changes between the two versions, you may refer to jQuery Core 1.9 Upgrade Guide for more details. i think it is time to update the depended libraries.
Thank you .