Skip to content

Commit

Permalink
use window instead of this for global - fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancahill committed Nov 16, 2015
1 parent a5f5655 commit af0d6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion split.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,4 @@ if (typeof exports !== 'undefined') {
global.Split = Split;
}

}).call(this);
}).call(window);

0 comments on commit af0d6e7

Please sign in to comment.