Hate hate IE7
authorMichael Ang <mang@archive.org>
Fri, 6 Nov 2009 22:24:15 +0000 (22:24 +0000)
committerMichael Ang <mang@archive.org>
Fri, 6 Nov 2009 22:24:15 +0000 (22:24 +0000)
GnuBook/GnuBook.js

index ea7050c..f4a5aa5 100644 (file)
@@ -3254,5 +3254,6 @@ GnuBook.util = {
     encodeURIComponentPlus: function(value) {
         // Encodes a URI component and converts ' ' to '+'
         return encodeURIComponent(value).replace(/%20/g, '+');
-    },
+    }
+    // The final property here must NOT have a comma after it - IE7
 }