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

Commit

Permalink
buildStatic support for context without a global - global helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod committed Mar 5, 2018
1 parent 52ad54c commit c02dbb9
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 c02dbb9

Please sign in to comment.