]> code.delx.au - gnu-emacs-elpa/commitdiff
Remove an extra comma
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 13 Feb 2011 12:47:21 +0000 (15:47 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 13 Feb 2011 12:47:21 +0000 (15:47 +0300)
README.md

index beecc925107e2a88cb70dfa6a1b63425557f593c..4d7b235f81079885d5bd941d46c3c523fbe66da3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ Proper position for functions in nested object literals:
         bar: function() {}, // ok in original
         baz: {
              boop: function() {} // fixed here
-        },
+        }
     }
 
 Imenu support for function nesting