Skip to content

Commit

Permalink
removing the socket.io.js client library file and replaced it with th…
Browse files Browse the repository at this point in the history
…e served version
  • Loading branch information
Martin Lippert committed May 29, 2014
1 parent e0c2567 commit acf7711
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3,875 deletions.
3 changes: 2 additions & 1 deletion node.server/web-editor/html/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
text: 'requirejs/text',
i18n: 'requirejs/i18n',
tests: '/js-tests',
domReady: 'requirejs/domReady'
domReady: 'requirejs/domReady',
socketio: '../../socket.io/socket.io'
}
});
require(["../js/editor/embeddededitor.js"]);
Expand Down
2 changes: 1 addition & 1 deletion node.server/web-editor/js/editor/embeddededitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ define([
"editor/javaContentAssist",
"orion/editor/linkedMode",
"editor/sha1",
"editor/socket.io"],
"socketio"],

function(require, mTextView, mKeyBinding, mTextStyler, mTextMateStyler, mHtmlGrammar, mEditor, mEditorFeatures, mContentAssist, mJavaContentAssist, mLinkedMode) {
var editorDomNode = document.getElementById("editor");
Expand Down
Loading

0 comments on commit acf7711

Please sign in to comment.