add sockjs-0.3.min.js local

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@60376 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Alexander.Trofimov
2014-12-23 08:01:14 +00:00
parent 66957b3460
commit 82ec33d24e
3 changed files with 29 additions and 2 deletions

View File

@ -35,7 +35,7 @@ CheckDictionary(arrDictionaries[0x0409], 'color', 'calor');*/
exports.install = function (server, callbackFunction) {
'use strict';
var sockjs_opts = {sockjs_url:"http://cdn.sockjs.org/sockjs-0.3.min.js"},
var sockjs_opts = {sockjs_url: './../../Common/sources/sockjs-0.3.min.js'},
sockjs_echo = sockjs.createServer(sockjs_opts),
dataHandler;