* Mostly code cleanup & minor refactors

This commit is contained in:
Bryan Ashby 2015-04-27 22:40:05 -06:00
parent cb5fc13da5
commit 99fb3b34c7
6 changed files with 68 additions and 184 deletions

View file

@ -42,7 +42,6 @@ function TextView(options) {
// |ABCDEFG| ^_ this.text.length
// ^-- this.dimens.width
//
console.log(this.position.x)
var textToDraw = _.isString(this.textMaskChar) ?
new Array(s.length + 1).join(this.textMaskChar) :
strUtil.stylizeString(s, this.hasFocus ? this.focusTextStyle : this.textStyle);