* Minor tweak to quoting

* Notes / TODO items
This commit is contained in:
Bryan Ashby 2015-09-14 23:02:09 -06:00
parent cee7983c5a
commit a320a05c99
2 changed files with 6 additions and 2 deletions

View file

@ -1059,7 +1059,7 @@ MultiLineEditTextView.prototype.setFocus = function(focused) {
MultiLineEditTextView.prototype.setText = function(text) {
//text = require('fs').readFileSync('/home/nuskooler/Downloads/test_text.txt', { encoding : 'utf-8'});
this.textLines = [ ];
//this.textLines = [ ];
this.insertRawText(text);
if(this.isEditMode()) {