From 77c3c5f9faaa61acd276b213807472c5fc29d4ba Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 10 Dec 2011 21:43:03 +0400 Subject: [PATCH] viewfeed: fix typo --- feedlist.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/feedlist.js b/feedlist.js index 9b9ca927f..e0ffae7f1 100644 --- a/feedlist.js +++ b/feedlist.js @@ -48,7 +48,7 @@ function loadMoreHeadlines() { } -function viewfeed(feed, subop, is_cat, offset, background, infscrol_req) { +function viewfeed(feed, subop, is_cat, offset, background, infscroll_req) { try { if (is_cat == undefined) is_cat = false; @@ -58,7 +58,7 @@ function viewfeed(feed, subop, is_cat, offset, background, infscrol_req) { if (subop == undefined) subop = ''; if (offset == undefined) offset = 0; if (background == undefined) background = false; - if (infscrol_req == undefined) infscrol_req = false; + if (infscroll_req == undefined) infscroll_req = false; last_requested_article = 0; @@ -209,7 +209,7 @@ function viewfeed(feed, subop, is_cat, offset, background, infscrol_req) { parameters: query, onComplete: function(transport) { setFeedExpandoIcon(feed, is_cat, 'images/blank_icon.gif'); - headlines_callback2(transport, offset, background, infscrol_req); + headlines_callback2(transport, offset, background, infscroll_req); } }); } catch (e) {