summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Richardson <trentrichardson@users.noreply.github.com>2014-11-17 10:48:56 -0500
committerTrent Richardson <trentrichardson@users.noreply.github.com>2014-11-17 10:48:56 -0500
commit00d3334f94708e268ba1be3482bb3cba0e7f8cda (patch)
tree549398cc09c96dd62acae7b4e2c00f3986d3d2ed
parentdc9a8c248b7a2c7b31fd3ae3ec4802968b7ccb9c (diff)
parent4279d8eb2a509289d21582befe38749138a82793 (diff)
downloadjQuery-Impromptu-00d3334f94708e268ba1be3482bb3cba0e7f8cda.zip
jQuery-Impromptu-00d3334f94708e268ba1be3482bb3cba0e7f8cda.tar.gz
jQuery-Impromptu-00d3334f94708e268ba1be3482bb3cba0e7f8cda.tar.bz2
Merge pull request #47 from Zalmoxisus/dev
Implements callCallback for jQuery.prompt.close
-rw-r--r--dist/jquery-impromptu.js8
1 files changed, 5 insertions, 3 deletions
diff --git a/dist/jquery-impromptu.js b/dist/jquery-impromptu.js
index 4da8692..26889fc 100644
--- a/dist/jquery-impromptu.js
+++ b/dist/jquery-impromptu.js
@@ -1,6 +1,6 @@
-/*! jQuery-Impromptu - v5.3.0 - 2014-11-16
-* http://trentrichardson.com/Impromptu
-* Copyright (c) 2014 Trent Richardson; Licensed MIT */
+/*! jQuery-Impromptu - v5.3.0 - 2014-11-16
+* http://trentrichardson.com/Impromptu
+* Copyright (c) 2014 Trent Richardson; Licensed MIT */
(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
@@ -702,6 +702,8 @@
imp.jqib.remove();
$(window).off('resize',imp.position);
+
+ if(typeof callCallback === 'function') callCallback();
});
}
imp.currentStateName = "";