Skip to content

Commit

Permalink
dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
louisameline committed Mar 4, 2017
1 parent 358d570 commit 4c0ce04
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
5 changes: 4 additions & 1 deletion dist/js/tooltipster.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,10 @@ $.Tooltipster.prototype = {

// auto-destruct if the origin is gone
if (!bodyContains(self._$origin)) {
self.destroy();

self.close(function(){
self.destroy();
});
}
}, 20000);
}
Expand Down
4 changes: 2 additions & 2 deletions dist/js/tooltipster.bundle.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/js/tooltipster.main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,10 @@ $.Tooltipster.prototype = {

// auto-destruct if the origin is gone
if (!bodyContains(self._$origin)) {
self.destroy();

self.close(function(){
self.destroy();
});
}
}, 20000);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/js/tooltipster.main.min.js

Large diffs are not rendered by default.

0 comments on commit 4c0ce04

Please sign in to comment.