'use strict';

This commit is contained in:
konovalovsergey
2017-02-15 19:40:41 +03:00
parent d7763a0aa0
commit f93c2d0193
18 changed files with 36 additions and 0 deletions

View File

@ -30,6 +30,8 @@
*
*/
'use strict';
var cluster = require('cluster');
var config = require('config').get('SpellChecker');

View File

@ -30,6 +30,8 @@
*
*/
'use strict';
var sockjs = require('sockjs'),
nodehun = require('nodehun'),
config = require('config').get('SpellChecker'),