diff options
-rw-r--r-- | dist/jquery-impromptu.js | 8 |
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 = "";
|