* Fix TextEditView when 'text' set by default

* Fix TextEditView row vs col
* Start skeleton on HorizontalMenuView
This commit is contained in:
Bryan Ashby 2015-06-28 22:31:12 -06:00
parent 670bf0fd6e
commit 541be2d65a
8 changed files with 79 additions and 74 deletions

View file

@ -68,7 +68,7 @@ function FullScreenEditorModule(options) {
this.menuMethods = {
editorEscPressed : function(formData, extraArgs) {
}
};
}