This commit is contained in:
Bryan Ashby 2015-08-11 21:42:55 -06:00
parent c26fb573a1
commit 7526a8b2c8
2 changed files with 7 additions and 1 deletions

View file

@ -203,6 +203,10 @@ function FullScreenEditor(options) {
);
};
this.createViewsForArea = function() {
console.log('views would be created and stuff')
};
}
require('util').inherits(FullScreenEditor, events.EventEmitter);