Skip to content

Commit 94232b7

Browse files
author
Mark Hayes
committed
fix typo
1 parent ac4ddb6 commit 94232b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/assets/javascripts/foundation/jquery.foundation.tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
}
4646

47-
$.fn.foundationTooltips = function (method) {
47+
$.fn.foundationTabs = function (method) {
4848
if (methods[method]) {
4949
return methods[method].apply(this, Array.prototype.slice.call(arguments, 1));
5050
} else if (typeof method === 'object' || !method) {

0 commit comments

Comments
 (0)