mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
5 lines
121 B
JavaScript
5 lines
121 B
JavaScript
define(['./module', 'socket.io'], function(mod, io) {
|
|
mod.factory('io', [function() {
|
|
return io.connect()
|
|
}])
|
|
})
|