Fix wrap-iife linter rule

This commit is contained in:
HeeL
2016-10-13 11:40:10 +02:00
parent 0fc0b7e448
commit 9a0d764bbd
9 changed files with 15 additions and 16 deletions

View File

@@ -478,8 +478,8 @@
window.utils = module.exports;
}
})('undefined' === typeof module ? {
}('undefined' === typeof module ? {
module: {
exports: {}
}
} : module);
} : module));