* Not much

This commit is contained in:
Bryan Ashby 2015-05-31 21:50:49 -06:00
parent c8c7566fd3
commit 40f38d8682
2 changed files with 11 additions and 7 deletions

View file

@ -53,5 +53,5 @@ MultiLineEditTextView2.prototype.redraw = function() {
MultiLineEditTextView2.prototype.setText = function(text) {
this.textBuffer.insertText(0, text);
console.log(this.textBuffer.getArray());
console.log(this.textBuffer.getArray())
};