Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7a9f26

Browse files
committed
Merge pull request jquerytools#1009 from alibby251/master
Update Expose to use jQuery 1.9.1
2 parents e04ce45 + 7ece31a commit c7a9f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolbox/toolbox.expose.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
function viewport() {
4242

4343
// the horror case
44-
if ($.browser.msie) {
44+
if (/msie/.test(navigator.userAgent.toLowerCase())) {
4545

4646
// if there are no scrollbars then use window.height
4747
var d = $(document).height(), w = $(window).height();

0 commit comments

Comments
 (0)