aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-twipsy.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/bootstrap-twipsy.js')
-rw-r--r--js/bootstrap-twipsy.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/bootstrap-twipsy.js b/js/bootstrap-twipsy.js
index bc92f97fe..0144c4815 100644
--- a/js/bootstrap-twipsy.js
+++ b/js/bootstrap-twipsy.js
@@ -19,7 +19,7 @@
* ========================================================== */
-(function( $ ) {
+!function( $ ) {
/* CSS TRANSITION SUPPORT (https://gist.github.com/373874)
* ======================================================= */
@@ -304,4 +304,4 @@
return $.metadata ? $.extend({}, options, $(ele).metadata()) : options
}
-})( window.jQuery || window.ender ) \ No newline at end of file
+}( window.jQuery || window.ender ); \ No newline at end of file