aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-18 19:05:21 -0700
committerJacob Thornton <[email protected]>2011-09-18 19:05:21 -0700
commitba6f4f03dacbf6971100fde58046d80340543c2e (patch)
tree819c8917abde1d94f382fc32d1edf68439740736 /js
parent89c5eb44911417a495275c015574b6eb715dd69c (diff)
downloadbootstrap-ba6f4f03dacbf6971100fde58046d80340543c2e.tar.xz
bootstrap-ba6f4f03dacbf6971100fde58046d80340543c2e.zip
lemme smang it giiiirl
Diffstat (limited to 'js')
-rw-r--r--js/bootstrap-alerts.js4
-rw-r--r--js/bootstrap-dropdown.js4
-rw-r--r--js/bootstrap-modal.js4
-rw-r--r--js/bootstrap-popover.js4
-rw-r--r--js/bootstrap-tabs.js4
-rw-r--r--js/bootstrap-twipsy.js4
6 files changed, 12 insertions, 12 deletions
diff --git a/js/bootstrap-alerts.js b/js/bootstrap-alerts.js
index 82bcac524..de52da9bb 100644
--- a/js/bootstrap-alerts.js
+++ b/js/bootstrap-alerts.js
@@ -18,7 +18,7 @@
* ========================================================== */
-(function( $ ){
+!function( $ ){
/* CSS TRANSITION SUPPORT (https://gist.github.com/373874)
* ======================================================= */
@@ -101,4 +101,4 @@
new Alert($('body'), '.alert-message[data-alert] .close')
})
-})( window.jQuery || window.ender ) \ No newline at end of file
+}( window.jQuery || window.ender ) \ No newline at end of file
diff --git a/js/bootstrap-dropdown.js b/js/bootstrap-dropdown.js
index ca2daf1f5..6c2f70301 100644
--- a/js/bootstrap-dropdown.js
+++ b/js/bootstrap-dropdown.js
@@ -18,7 +18,7 @@
* ============================================================ */
-(function( $ ){
+!function( $ ){
var d = 'a.menu, .dropdown-toggle'
@@ -47,4 +47,4 @@
})
}
-})( window.jQuery || window.ender ) \ No newline at end of file
+}( window.jQuery || window.ender ) \ No newline at end of file
diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js
index d3e293ca8..8b0ac2d02 100644
--- a/js/bootstrap-modal.js
+++ b/js/bootstrap-modal.js
@@ -18,7 +18,7 @@
* ========================================================= */
-(function( $ ){
+!function( $ ){
/* CSS TRANSITION SUPPORT (https://gist.github.com/373874)
* ======================================================= */
@@ -228,4 +228,4 @@
})
})
-})( window.jQuery || window.ender ) \ No newline at end of file
+}( window.jQuery || window.ender ) \ No newline at end of file
diff --git a/js/bootstrap-popover.js b/js/bootstrap-popover.js
index e41090a3b..9964a28b5 100644
--- a/js/bootstrap-popover.js
+++ b/js/bootstrap-popover.js
@@ -18,7 +18,7 @@
* =========================================================== */
-(function( $ ) {
+!function( $ ) {
var Popover = function ( element, options ) {
this.$element = $(element)
@@ -74,4 +74,4 @@
$.fn.popover.defaults = $.extend({} , $.fn.twipsy.defaults, { content: 'data-content', placement: 'right'})
-})( window.jQuery || window.ender ) \ No newline at end of file
+}( window.jQuery || window.ender ) \ No newline at end of file
diff --git a/js/bootstrap-tabs.js b/js/bootstrap-tabs.js
index 807b366a3..1426d30ed 100644
--- a/js/bootstrap-tabs.js
+++ b/js/bootstrap-tabs.js
@@ -18,7 +18,7 @@
* ======================================================== */
-(function( $ ){
+!function( $ ){
function activate ( element, container ) {
container.find('.active').removeClass('active')
@@ -59,4 +59,4 @@
$('body').tabs('ul[data-tabs] li > a, ul[data-pills] > li > a')
})
-})( window.jQuery || window.ender ) \ No newline at end of file
+}( window.jQuery || window.ender ) \ No newline at end of file
diff --git a/js/bootstrap-twipsy.js b/js/bootstrap-twipsy.js
index bc92f97fe..05b6f071e 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