mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-02 16:01:55 +02:00
* Functional last callers mod
* Notes * Some cleanup
This commit is contained in:
parent
99ea870ebc
commit
4a342ba2fa
8 changed files with 126 additions and 222 deletions
|
@ -91,6 +91,7 @@ MCIViewFactory.prototype.createFromMCI = function(mci) {
|
|||
position : { row : mci.position[0], col : mci.position[1] },
|
||||
};
|
||||
|
||||
// :TODO: These should use setPropertyValue()!
|
||||
function setOption(pos, name) {
|
||||
if(mci.args.length > pos && mci.args[pos].length > 0) {
|
||||
options[name] = mci.args[pos];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue