Refactored plugins injection

Passes a dependency map, makes it easier to add dependencies later
Esse commit está contido em:
Laurent Eschenauer
2013-05-18 22:36:51 +02:00
commit 7fcf87379e
4 arquivos alterados com 16 adições e 8 exclusões
+1 -1
Ver Arquivo
@@ -1,4 +1,4 @@
function hud(name, app, io, client) {
function hud(name, deps) {
// Nothing special on the backend for now
};