mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 20:55:30 +02:00
* Functional last callers mod
* Notes * Some cleanup
This commit is contained in:
parent
99ea870ebc
commit
4a342ba2fa
8 changed files with 126 additions and 222 deletions
|
@ -114,7 +114,6 @@ TextView.prototype.getData = function() {
|
|||
};
|
||||
|
||||
TextView.prototype.setText = function(text) {
|
||||
|
||||
var widthDelta = 0;
|
||||
if(this.text && this.text !== text) {
|
||||
widthDelta = Math.abs(this.text.length - text.length);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue