diff options
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 99c7d430..f220d76c 100644 --- a/background_page.html +++ b/background_page.html @@ -320,7 +320,7 @@ maxResults: 20000, startTime: 0, }, function(history) { - // sorting in asceding order, so we can push new items to the end later + // sorting in ascending order, so we can push new items to the end later history.sort(function(a, b) { // visitCount may be undefined return (a.visitCount || 0) - (b.visitCount || 0); |
