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

Skip to content

Commit b1b3b1c

Browse files
author
Duc Tri Le
committed
Merge pull request jquerytools#676 from lagrz/patch-3
Patch 3
2 parents b566aad + aa46f7b commit b1b3b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/toolbox/toolbox.expose.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,12 @@
169169
// onBeforeClose
170170
if (call(config.onBeforeClose) === false) { return this; }
171171

172-
mask.fadeOut(config.closeSpeed, function() {
173-
call(config.onClose);
172+
mask.fadeOut(config.closeSpeed, function() {
174173
if (exposed) {
175174
exposed.css({zIndex: overlayIndex});
176175
}
177176
loaded = false;
177+
call(config.onClose);
178178
});
179179

180180
// unbind various event listeners

0 commit comments

Comments
 (0)