Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #842 from cliqz-oss/global-helpers-fix
Browse files Browse the repository at this point in the history
buildStatic support for context without a global - global helpers
  • Loading branch information
guybedford committed Mar 12, 2018
2 parents 52ad54c + c02dbb9 commit 36451d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/global-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@
};
}
}));
})(typeof self != 'undefined' ? self : global);
})((typeof self !== 'undefined') ? self : (typeof global !== 'undefined') ? global : this)
2 changes: 1 addition & 1 deletion templates/global-helpers.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 36451d4

Please sign in to comment.