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

Skip to content

Commit 21f2073

Browse files
committed
Merge pull request jquerytools#987 from alibby251/master
Update Overlay's Apple functionality to work with jQuery 1.9.1
2 parents 3197567 + ec4486b commit 21f2073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overlay/overlay.apple.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
conf = this.getConf(),
4444
trigger = this.getTrigger(),
4545
self = this,
46-
oWidth = overlay.outerWidth({margin:true}),
46+
oWidth = overlay.outerWidth({true}),
4747
img = overlay.data("img"),
4848
position = conf.fixed ? 'fixed' : 'absolute';
4949

0 commit comments

Comments
 (0)