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

Re : Error in the fresh generated project (string.js:85)

$
0
0
As a quick workaround I inserted:

if (args.length == 0) {
args.unshift(window.$);
}

into steal.js at row 1448, and it seems to work. Of course, this is on my local copy only. To be honest the code looks horrid enough that I dare not tamper with it. There be dragons, clearly.

Viewing all articles
Browse latest Browse all 3491

Trending Articles