use noconflict filter for workers too
This commit is contained in:
parent
9ab8f16840
commit
564310b040
2 changed files with 1 additions and 3 deletions
|
|
@ -269,9 +269,6 @@ function getWriteFilters(options, projectType) {
|
|||
if (options.filters)
|
||||
filters = filters.concat(options.filters);
|
||||
|
||||
if (projectType == "worker")
|
||||
return filters;
|
||||
|
||||
if (options.noconflict)
|
||||
filters.push(namespace(options.ns));
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ window.console = {
|
|||
}
|
||||
};
|
||||
window.window = window;
|
||||
window.ace = window;
|
||||
|
||||
window.normalizeModule = function(parentId, moduleName) {
|
||||
// normalize plugin requires
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue