Skip to content

Commit a96f89b

Browse files
committed
Tooltip Initialization fixed.
1 parent f8bd11a commit a96f89b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/gwt/material/design/client/custom/ButtonBase.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,7 @@ public void setTooltipLocation(String tooltipLocation) {
159159

160160
@Override
161161
public native void initTooltip() /*-{
162-
$wnd.jQuery('.tooltipped').tooltip({
163-
"delay" : 10
164-
});
162+
165163
}-*/;
166164

167165
@Override

0 commit comments

Comments
 (0)