define(['./module'], function(mod) { mod.factory('devices', ['io', function(io) { return {} }]) })