WIP
This commit is contained in:
11
transcodetest/webroot/js/main.js
Normal file
11
transcodetest/webroot/js/main.js
Normal file
@@ -0,0 +1,11 @@
|
||||
define(
|
||||
"main",
|
||||
[
|
||||
"MessageList"
|
||||
],
|
||||
function(MessageList) {
|
||||
var ws = new WebSocket("ws://localhost:8080/entry");
|
||||
var list = new MessageList(ws);
|
||||
ko.applyBindings(list);
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user