Skip to content

Commit fbc8e42

Browse files
chore($state): lint (oops)
1 parent ecdf464 commit fbc8e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/state.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,9 +1436,9 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
14361436
return fromAndToState.params[key].location != "search";
14371437
}
14381438
var nonQueryParamKeys = fromAndToState.params.$$keys().filter(notSearchParam);
1439-
var nonQueryParams = pick.apply(this, [fromAndToState.params].concat(nonQueryParamKeys));
1439+
var nonQueryParams = pick.apply({}, [fromAndToState.params].concat(nonQueryParamKeys));
14401440
var nonQueryParamSet = new $$UMFP.ParamSet(nonQueryParams);
1441-
return nonQueryParamSet.$$equals(fromParams, toParams)
1441+
return nonQueryParamSet.$$equals(fromParams, toParams);
14421442
}
14431443

14441444
// If reload was not explicitly requested

0 commit comments

Comments
 (0)