diff options
| author | ilya | 2010-04-10 19:29:47 -0700 |
|---|---|---|
| committer | ilya | 2010-04-10 19:29:47 -0700 |
| commit | 64456005ddda2499df8d7be189978ba97a54b083 (patch) | |
| tree | d219f8368e0ce10506093bdd3a35a1eb70c476b5 /background_page.html | |
| parent | c05ffa70230be85f81520329195cc8080a6a22a5 (diff) | |
| download | vimium-64456005ddda2499df8d7be189978ba97a54b083.tar.bz2 | |
whitespace
Diffstat (limited to 'background_page.html')
| -rw-r--r-- | background_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_page.html b/background_page.html index eb8ac60d..ce016b49 100644 --- a/background_page.html +++ b/background_page.html @@ -326,7 +326,7 @@ getScrollPosition(tab, function(tab, scrollX, scrollY) { // not using the tab defined in the for loop because // it might have changed by the time this callback is activated. - updateScrollPosition(tab, scrollX, scrollY); + updateScrollPosition(tab, scrollX, scrollY); }); } } |
