diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-09-12 07:41:04 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-09-12 07:41:04 +0100 |
| commit | 4fdb0476e5d9e861a4ba510dbe5f885dcdf1575f (patch) | |
| tree | ee2c707c5335c8c4e22e67296a93cffabee03c07 /feedlist.js | |
| parent | cff7a3a2558691cae14003369c1c5a308865770c (diff) | |
exception handler in feedlist_dragsorted: report correct function name; initial load speedup
Diffstat (limited to 'feedlist.js')
| -rw-r--r-- | feedlist.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js index 6eb7312f3..8400af52c 100644 --- a/feedlist.js +++ b/feedlist.js @@ -354,7 +354,7 @@ function feedlist_dragsorted(ctr) { } } catch (e) { - exception_error("feedlist_init", e); + exception_error("feedlist_dragsorted", e); } } |