mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-12 23:54:38 +02:00
* Minor
This commit is contained in:
parent
c26fb573a1
commit
7526a8b2c8
2 changed files with 7 additions and 1 deletions
|
@ -203,6 +203,10 @@ function FullScreenEditor(options) {
|
|||
);
|
||||
};
|
||||
|
||||
this.createViewsForArea = function() {
|
||||
console.log('views would be created and stuff')
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
require('util').inherits(FullScreenEditor, events.EventEmitter);
|
||||
|
|
|
@ -277,6 +277,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
/*
|
||||
"messageAreaMenu" : {
|
||||
"module" : "message_area",
|
||||
"art" : "MSGAREA",
|
||||
|
@ -302,7 +303,8 @@
|
|||
"action" : "@method:postMessage"
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
*/
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// Doors
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue