]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
nub outerWidth 6912/head
authorKristofer Krause <kris.krause@gmail.com>
Thu, 1 Oct 2015 20:06:03 +0000 (16:06 -0400)
committerKristofer Krause <kris.krause@gmail.com>
Thu, 1 Oct 2015 20:06:03 +0000 (16:06 -0400)
js/foundation/foundation.tooltip.js

index de665d645f0efb22eda1f4aa8dffac755c5c67d7..d6cb3f638c4455908890bbced139b8a635bb42ac 100644 (file)
       width = target.data('width');
       nub = tip.children('.nub');
       nubHeight = nub.outerHeight();
-      nubWidth = nub.outerHeight();
+      nubWidth = nub.outerWidth();
 
       if (this.small()) {
         tip.css({'width' : '100%'});