Skip to content

Commit a864dd0

Browse files
author
Duc Tri Le
committed
Issue jquerytools#563: Fixed
1 parent 7c6634b commit a864dd0

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)