Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Correcting the Difference of stealconfig.js in the "can" and "steal" folders

$
0
0

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 .


Viewing all articles
Browse latest Browse all 3491

Trending Articles