Skip to content

Commit 5d4821b

Browse files
committed
chore(tooltip): convert indentation
1 parent 0f43d02 commit 5d4821b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tooltip/tooltip.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ angular.module('mgcrea.ngStrap.tooltip', ['mgcrea.ngStrap.helpers.dimensions'])
232232
if(!$tooltip.$isShown) return;
233233
scope.$emit(options.prefixEvent + '.hide.before', $tooltip);
234234

235-
$animate.leave(tipElement, function() {
236-
scope.$emit(options.prefixEvent + '.hide', $tooltip);
237-
});
235+
$animate.leave(tipElement, function() {
236+
scope.$emit(options.prefixEvent + '.hide', $tooltip);
237+
});
238238

239239
$tooltip.$isShown = scope.$isShown = false;
240240
scope.$$phase || scope.$root.$$phase || scope.$digest();

0 commit comments

Comments
 (0)