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