Skip to content

Commit

Permalink
Make sure scrollMonitor is set on the window
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelp committed Mar 23, 2016
1 parent 7b13c35 commit b7c10c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/bower_components/scrollMonitor/scrollMonitor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(function( factory ) {
if (typeof define !== 'undefined' && define.amd) {
window.scrollMonitor = factory();
define([], factory);
} else if (typeof module !== 'undefined' && module.exports) {
module.exports = factory();
Expand Down

0 comments on commit b7c10c4

Please sign in to comment.