Build: Strip the strict-mode related comment in exports/global.js

The comment (& the JSHint pragma) doesn't make sense in the context of the
full built file.

Closes gh-3078
This commit is contained in:
Michał Gołębiowski
2016-04-25 22:35:15 +02:00
parent 0652c4d6a2
commit 3b356cfde4
2 changed files with 8 additions and 1 deletions

View File

@@ -1,7 +1,11 @@
/* ExcludeStart */
// This file is included in a different way from all the others
// so the "use strict" pragma is not needed.
/* jshint strict: false */
/* ExcludeEnd */
var
// Map over jQuery in case of overwrite