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
root.find('[data-widget]').each(function(i, element) { if (!exports.isDataApiOff(element)) { modules.push(element.getAttribute('data-widget').toLowerCase()) elements.push(element) } })
再下面是这样用 seajs.use(modules
像linux是区分大小写的,这么一转化,如果我路径中有大小写那就会加载不出来了.
不明白逻辑上为什么要这样处理?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
root.find('[data-widget]').each(function(i, element) {
if (!exports.isDataApiOff(element)) {
modules.push(element.getAttribute('data-widget').toLowerCase())
elements.push(element)
}
})
再下面是这样用
seajs.use(modules
像linux是区分大小写的,这么一转化,如果我路径中有大小写那就会加载不出来了.
不明白逻辑上为什么要这样处理?
The text was updated successfully, but these errors were encountered: