Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 144c7c1

Browse files
author
Duc Tri Le
committed
Merge pull request jquerytools#706 from duclet/563
Fix for issue jquerytools#563
2 parents 702f227 + a864dd0 commit 144c7c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tooltip/tooltip.dynamic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767

6868
var confOrigin = $.extend(true,{},conf),
6969
cls = conf.classNames.split(/\s/),
70-
orig;
71-
70+
orig, ret;
71+
7272
this.each(function() {
7373

7474
var api = $(this).tooltip().onBeforeShow(function(e, pos) {

0 commit comments

Comments
 (0)