Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/he.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! https://mths.be/he v<%= version %> by @mathias | MIT license */
;(function(root) {
(function(root) {

// Detect free variables `exports`.
var freeExports = typeof exports == 'object' && exports;
Expand Down Expand Up @@ -351,5 +351,4 @@
} else { // in Rhino or a web browser
root.he = he;
}

}(this));
})(new Function('return this')());