From 31f1ebb09fcb9523033afbfd915bb83228e4b5e5 Mon Sep 17 00:00:00 2001 From: John Foerch Date: Wed, 14 Nov 2007 12:51:10 -0500 Subject: [PATCH] save.js: removed trailing comma in object --- modules/save.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/save.js b/modules/save.js index a70b526..c603b77 100644 --- a/modules/save.js +++ b/modules/save.js @@ -298,7 +298,7 @@ function download_for_external_program(uri, doc, referrer_uri, onProgressChange: function() {return 0;}, onStatusChange: function() {return 0;}, onSecurityChange: function() {return 0;}, - onLinkIconAvailable: function() {return 0;}, + onLinkIconAvailable: function() {return 0;} }; persist.saveURI(uri, cache_key, referrer_uri, post_data, null /* no extra headers */, fileURI); -- 2.11.4.GIT