mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 19:45:09 +00:00
9 lines
168 B
JavaScript
9 lines
168 B
JavaScript
'use strict';
|
|
|
|
define([
|
|
'socketio', 'dataio'
|
|
], function(socketio, dataio) {
|
|
// Do it because we use connect in console store
|
|
return dataio(socketio.connect());
|
|
});
|