Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit addfc56

Browse files
nebulou5pkozlowski-opensource
authored andcommitted
refactor($injector): remove unused invoke queue variable
Closes #8755
1 parent a9371a1 commit addfc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auto/injector.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ function createInjector(modulesToLoad, strictDi) {
693693
// Module Loading
694694
////////////////////////////////////
695695
function loadModules(modulesToLoad){
696-
var runBlocks = [], moduleFn, invokeQueue;
696+
var runBlocks = [], moduleFn;
697697
forEach(modulesToLoad, function(module) {
698698
if (loadedModules.get(module)) return;
699699
loadedModules.put(module, true);

0 commit comments

Comments
 (0)