mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-23 11:16:10 +02:00
* Mostly code cleanup & minor refactors
This commit is contained in:
parent
cb5fc13da5
commit
99fb3b34c7
6 changed files with 68 additions and 184 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue