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

@@ -286,8 +286,8 @@
define('helpers', exports);
}
})(
}(
typeof exports === 'object' ? exports :
typeof define === 'function' && define.amd ? {} :
helpers = {}
);
));