* Minor
This commit is contained in:
parent
c26fb573a1
commit
7526a8b2c8
|
@ -203,6 +203,10 @@ function FullScreenEditor(options) {
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
this.createViewsForArea = function() {
|
||||||
|
console.log('views would be created and stuff')
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
require('util').inherits(FullScreenEditor, events.EventEmitter);
|
require('util').inherits(FullScreenEditor, events.EventEmitter);
|
||||||
|
|
|
@ -277,6 +277,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
"messageAreaMenu" : {
|
"messageAreaMenu" : {
|
||||||
"module" : "message_area",
|
"module" : "message_area",
|
||||||
"art" : "MSGAREA",
|
"art" : "MSGAREA",
|
||||||
|
@ -302,7 +303,8 @@
|
||||||
"action" : "@method:postMessage"
|
"action" : "@method:postMessage"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
|
*/
|
||||||
///////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////
|
||||||
// Doors
|
// Doors
|
||||||
///////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in New Issue