an ability to create panes actions, player frontend draft
This commit is contained in:
parent
c8b432fe57
commit
ec349d9bb4
16 changed files with 304 additions and 28 deletions
|
@ -231,6 +231,9 @@
|
|||
"_onWindowResize": function() {
|
||||
this._body.setSize(document.body.offsetWidth, document.body.offsetHeight);
|
||||
},
|
||||
"play": function(id) {
|
||||
console.log("Need to play " + id.toString());
|
||||
},
|
||||
"_prepareNode": function(name, address, port) {
|
||||
if (this._nodes[name]) {
|
||||
throw new Error("An attempt to prepeare node " + name + " for the second time");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue