Skip to content

Commit

Permalink
update pimp version as well
Browse files Browse the repository at this point in the history
  • Loading branch information
James Spencer authored and ulfryk committed Sep 18, 2018
1 parent 5f888cc commit bd53a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monet-pimp.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
} else {
factory(root.Monet, root)
}
}(this, function (Monet, rootGlobalObject) {
}(typeof self !== 'undefined' ? self : this, function (Monet, rootGlobalObject) {
'use strict'

function wrapReader(fn, args) {
Expand Down

0 comments on commit bd53a58

Please sign in to comment.