Skip to content

Commit 5c5509f

Browse files
nateabelechristopherthielen
authored andcommitted
style($stateParams): make JSHint stop yelling
1 parent 862cf48 commit 5c5509f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ function $StateParamsProvider() {
12191219
forEach(key.split(" "), function(k) {
12201220
observers[k].splice(observers[k].indexOf(func), 1);
12211221
});
1222-
}
1222+
};
12231223
}
12241224

12251225
function observeChange(key, val) {

0 commit comments

Comments
 (0)