Arquivos
ardrone-webflight/plugins/hud/index.js
T
Laurent Eschenauer 7fcf87379e Refactored plugins injection
Passes a dependency map, makes it easier to add dependencies later
2013-05-18 22:36:51 +02:00

6 linhas
103 B
JavaScript

function hud(name, deps) {
// Nothing special on the backend for now
};
module.exports = hud;