mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-23 06:15:16 +02:00
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
define(['./module'], function(mod) {
|
|
mod.factory('devices', ['io', function(io) {
|
|
return {}
|
|
}])
|
|
})
|