aboutsummaryrefslogtreecommitdiff
path: root/js/tooltip.js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-11-05 16:55:55 -0800
committerChris Rebert <[email protected]>2013-11-05 16:55:55 -0800
commitf1b0cd491c4e3a0a564d92e145c1ecf55105557f (patch)
treecab378adb044e6d8de148b8282bc8240e840c718 /js/tooltip.js
parentd2e710a2dfb1a6b4eaccedd975b96b24baa12390 (diff)
parentf140084f2beb17b0a266b42ab9a03d0b935e5f66 (diff)
downloadbootstrap-f1b0cd491c4e3a0a564d92e145c1ecf55105557f.tar.xz
bootstrap-f1b0cd491c4e3a0a564d92e145c1ecf55105557f.zip
Merge pull request #10039 from daguej/js-refs
Don't explicitly reference global jQuery
Diffstat (limited to 'js/tooltip.js')
-rw-r--r--js/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tooltip.js b/js/tooltip.js
index 68078d05f..60c01825d 100644
--- a/js/tooltip.js
+++ b/js/tooltip.js
@@ -383,4 +383,4 @@
return this
}
-}(window.jQuery);
+}(jQuery);