Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit ee7ab9f

Browse files
committed
chore(tooltip): remove old comment
1 parent 07c31d0 commit ee7ab9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/tooltip/tooltip.js

-2
Original file line numberDiff line numberDiff line change
@@ -365,11 +365,9 @@ angular.module('ui.bootstrap.tooltip', ['ui.bootstrap.position', 'ui.bootstrap.s
365365

366366
if (isOpenParse) {
367367
scope.$watch(isOpenParse, function(val) {
368-
/*jshint -W018 */
369368
if (ttScope && !val === ttScope.isOpen) {
370369
toggleTooltipBind();
371370
}
372-
/*jshint +W018 */
373371
});
374372
}
375373

0 commit comments

Comments
 (0)