diff options
Diffstat (limited to 'dist/jquery-impromptu.js')
-rw-r--r-- | dist/jquery-impromptu.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/dist/jquery-impromptu.js b/dist/jquery-impromptu.js index 26889fc..e6384af 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.1 - 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,8 +702,10 @@ imp.jqib.remove();
$(window).off('resize',imp.position);
-
- if(typeof callCallback === 'function') callCallback();
+
+ if(typeof callCallback === 'function'){
+ callCallback();
+ }
});
}
imp.currentStateName = "";
|