*Start user groups concept

This commit is contained in:
Bryan Ashby
2015-05-10 21:39:39 -06:00
parent 62da937bf0
commit ca3453ecfb
3 changed files with 54 additions and 56 deletions

View File

@@ -59,7 +59,6 @@ function TextView(options) {
textToDraw = textToDraw.substr(textToDraw.length - this.dimens.width, textToDraw.length);
}
} else {
// :TODO: support configurable textOverflow (default="")
if(textToDraw.length > this.dimens.width) {
if(this.textOverflow &&
this.dimens.width > this.textOverflow.length &&