summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-09-13 15:40:35 +0400
committerAndrew Dolgov <[email protected]>2010-09-13 15:40:35 +0400
commit201efb3e64a9e6cef122a813b794501f9b63ebdf (patch)
tree16ceab098710ed37606d3963f5cc775670969ee4 /viewfeed.js
parent285de6d8a3221fc2dbc4954eb867b82d2e42d310 (diff)
functions: code cleanup
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 4a7cc9e7f..73ad35f0a 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -2062,7 +2062,7 @@ function cdmExpandArticle(a_id) {
} catch (e) {
- exception_error("appearBlockElementF", e);
+ exception_error("cdmExpandArticle", e);
}
}