Skip to content

Commit fbc8395

Browse files
committed
fix for issue 65
1 parent 7034ebc commit fbc8395

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
@@ -55,7 +55,7 @@
5555
}
5656

5757
// other well behaving browsers
58-
return [$(window).width(), $(document).height()];
58+
return [$(document).width(), $(document).height()];
5959
}
6060

6161
function call(fn) {

0 commit comments

Comments
 (0)