mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
Fixed debug variable
This commit is contained in:
parent
f1d582ff98
commit
85fe1addbc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
magicGrid.listen();
|
magicGrid.listen();
|
||||||
magicGrids.push(magicGrid);
|
magicGrids.push(magicGrid);
|
||||||
});
|
});
|
||||||
console.log("Galleries founded and initialized with MagicGrid", packeries);
|
console.log("Galleries founded and initialized with MagicGrid", magicGrids);
|
||||||
console.groupEnd();
|
console.groupEnd();
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue