mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
style(injector): remove extra semicolon
This commit is contained in:
parent
da464683aa
commit
b4f18fc295
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ function createInjector(factoryScope, factories, instanceCache) {
|
|||
instanceCache[value] = invoke(factoryScope, factory);
|
||||
}
|
||||
return instanceCache[value];
|
||||
};
|
||||
}
|
||||
|
||||
function invoke(self, fn, args){
|
||||
args = args || [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue