Skip to content

Commit 799cc10

Browse files
committed
chore(uiSref): clean up lint issues
1 parent 97d3e96 commit 799cc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stateDirectives.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function $StateRefDirective($state) {
4949
if ((button == 1) && !e.ctrlKey && !e.metaKey && !e.shiftKey) {
5050
scope.$evalAsync(function() {
5151
$state.go(ref.state, params, { relative: base });
52-
});
52+
});
5353
e.preventDefault();
5454
}
5555
});

0 commit comments

Comments
 (0)