* Trying to figure out environment issue...

This commit is contained in:
Bryan Ashby 2015-07-07 21:36:25 -06:00
parent 06648403cc
commit a57f4aadcc
3 changed files with 39 additions and 18 deletions

View file

@ -103,6 +103,7 @@ function MultiLineEditTextView(options) {
this.textLines = [];
this.topVisibleIndex = 0;
this.mode = options.mode || 'edit'; // edit | preview
//
// cursorPos represents zero-based row, col positions