forked from 0x2620/pandora
cosmetic changes
This commit is contained in:
parent
1bde96af3c
commit
2f68be4cce
1 changed files with 0 additions and 1 deletions
|
@ -398,7 +398,6 @@ pandora.ui.textHTML = function(text) {
|
||||||
- 32 - Ox.UI.SCROLLBAR_SIZE;
|
- 32 - Ox.UI.SCROLLBAR_SIZE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function scrollTo(position) {
|
function scrollTo(position) {
|
||||||
scrolling = true;
|
scrolling = true;
|
||||||
that[0].scrollTop = that[0].scrollHeight / 100 * position;
|
that[0].scrollTop = that[0].scrollHeight / 100 * position;
|
||||||
|
|
Loading…
Reference in a new issue