Skip to content

Commit 3fcad95

Browse files
committed
fix($StateRefDirective): resolve travis warnings.
Fix mixed spaces and tabs.
1 parent 992eaba commit 3fcad95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stateDirectives.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function $StateRefDirective($state, $timeout) {
8888
var params = null, url = null, base = stateContext(element) || $state.$current;
8989
// SVGAElement does not use the href attribute, but rather the 'xlinkHref' attribute.
9090
var hrefKind = toString.call(element.prop('href')) === '[object SVGAnimatedString]' ?
91-
'xlink:href' : 'href';
91+
'xlink:href' : 'href';
9292
var newHref = null, isAnchor = element.prop("tagName").toUpperCase() === "A";
9393
var isForm = element[0].nodeName === "FORM";
9494
var attr = isForm ? "action" : hrefKind, nav = true;

0 commit comments

Comments
 (0)