aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorilya2010-04-10 19:29:47 -0700
committerilya2010-04-10 19:29:47 -0700
commit64456005ddda2499df8d7be189978ba97a54b083 (patch)
treed219f8368e0ce10506093bdd3a35a1eb70c476b5
parentc05ffa70230be85f81520329195cc8080a6a22a5 (diff)
downloadvimium-64456005ddda2499df8d7be189978ba97a54b083.tar.bz2
whitespace
-rw-r--r--background_page.html2
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);
});
}
}