We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't use script.noConflict() and not $script.path many often.
script.noConflict()
$script.path
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.
$script
path
GET http://localhost:8100/Controllers/Range.js --> ('/Directives/Range.js)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can't use
script.noConflict()
and not$script.path
many often.or the
$script
ignore thepath
parameter.The text was updated successfully, but these errors were encountered: