* Rename position x/y stuff to row/col. X/Y were backwards anyway :)
This commit is contained in:
@@ -27,7 +27,7 @@ function TickerTextView(options) {
|
||||
this.tickerState = {};
|
||||
switch(this.tickerStyle) {
|
||||
case 'rightToLeft' :
|
||||
this.tickerState.pos = this.position.x + this.dimens.width;
|
||||
this.tickerState.pos = this.position.row + this.dimens.width;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user