summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/js/tooltip.js
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-11-06 19:09:50 -0500
committerThomas Park <thomas@thomaspark.me>2013-11-06 19:09:50 -0500
commitd0d9744b05908932262ea4bc7ce16e679afaf7a1 (patch)
treeff2407bc55cd7d3b83a46fed7ff23faa97a17b4c /bower_components/bootstrap/js/tooltip.js
parent22dcd86b5cd5e7d128438867405bdeea42a24ca0 (diff)
3.0.1 -> 3.0.2
Diffstat (limited to 'bower_components/bootstrap/js/tooltip.js')
-rw-r--r--[-rwxr-xr-x]bower_components/bootstrap/js/tooltip.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/bower_components/bootstrap/js/tooltip.js b/bower_components/bootstrap/js/tooltip.js
index 41375c6c..9e617755 100755..100644
--- a/bower_components/bootstrap/js/tooltip.js
+++ b/bower_components/bootstrap/js/tooltip.js
@@ -1,5 +1,5 @@
/* ========================================================================
- * Bootstrap: tooltip.js v3.0.0
+ * Bootstrap: tooltip.js v3.0.2
* http://getbootstrap.com/javascript/#tooltip
* Inspired by the original jQuery.tipsy by Jason Frame
* ========================================================================
@@ -383,4 +383,4 @@
return this
}
-}(window.jQuery);
+}(jQuery);