ded/script.js

Error to use $script.path many often

francisrod01 opened this issue · 0 comments

I can't use script.noConflict() and not $script.path many often.

var $d = $script.noConflict();
$d.path = 'Directives/';
$d('Range');

var $c = $script.noConflict();
$c.path = 'Controllers/';
Uncaught TypeError: Cannot read property 'noConflict' of undefined

or the $script ignore the path parameter.

GET http://localhost:8100/Controllers/Range.js  --> ('/Directives/Range.js)