style($rootScope): add semicolon for jshint

This commit is contained in:
Ken Sheedlo
2014-08-15 16:57:15 -07:00
committed by rodyhaddad
parent a353ed834c
commit a19131494c

View File

@@ -400,7 +400,7 @@ function $RootScopeProvider(){
});
return function deregisterWatchGroup() {
shouldCall = false;
}
};
}
if (watchExpressions.length === 1) {