Skip to content

Commit

Permalink
Changed window variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
hsnaydd committed Mar 24, 2017
1 parent 8611abe commit 086362b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moveTo.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,5 @@ const MoveTo = (() => {
if (typeof module !== 'undefined') {
module.exports = MoveTo;
} else {
window.moveTo = MoveTo;
window.MoveTo = MoveTo;
}

0 comments on commit 086362b

Please sign in to comment.