Skip to content

Commit 853eb8b

Browse files
committed
Compatibility with browserify
1 parent 2e14058 commit 853eb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap-hover-dropdown.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@
106106
// apply dropdownHover to all elements with the data-hover="dropdown" attribute
107107
$('[data-hover="dropdown"]').dropdownHover();
108108
});
109-
})(jQuery, this);
109+
})(jQuery, window);

0 commit comments

Comments
 (0)