mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
Fixed debug variable
This commit is contained in:
@@ -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();
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
|
|||||||
Reference in New Issue
Block a user