From: rajbot Date: Fri, 7 Nov 2008 06:08:21 +0000 (+0000) Subject: make IE JS parser happy by removing trailing comma in object literal. X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=08d0f16691ce208158c6779c199b1ad259ad17c0;p=bookreader.git make IE JS parser happy by removing trailing comma in object literal. --- diff --git a/GnuBook/GnuBook.js b/GnuBook/GnuBook.js index ccc205c..3002a2c 100644 --- a/GnuBook/GnuBook.js +++ b/GnuBook/GnuBook.js @@ -16,7 +16,7 @@ This file is part of GnuBook. You should have received a copy of the GNU Affero General Public License along with GnuBook. If not, see . -archive.org cvs $Revision: 1.57 $ $Date: 2008-10-27 05:47:40 $ +archive.org cvs $Revision: 1.58 $ $Date: 2008-11-03 22:25:40 $ */ // GnuBook() @@ -1348,7 +1348,7 @@ GnuBook.prototype.showEmbedCode = function() { padding: "20px", border: "3px double #999999", zIndex: 3, - backgroundColor: "#fff", + backgroundColor: "#fff" }).appendTo('#GnuBook'); htmlStr = '

Embed Bookreader in your blog!

';