Skip to content

Commit ff43983

Browse files
committed
scroll
1 parent fdc98c8 commit ff43983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/angular-tooltips.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
, positionInterval
3434
, oldBoundingRect
3535
, title = attr.tooltipTitle || attr.title || ''
36-
, tooltipScroll = attr.tooltipTry || false
36+
, tooltipScroll = attr.tooltipScroll || false
3737
, content = attr.tooltipContent || ''
3838
, html = attr.tooltipHtml || ''
3939
, showTriggers = attr.tooltipShowTrigger || 'mouseover'

0 commit comments

Comments
 (0)