* Minor tweak to quoting
* Notes / TODO items
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user