diff options
| -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); }); } } |
