eg:

    "plugins": [
        "tiddlywiki/cecily",
        "tiddlywiki/googleanalytics",
        "tiddlywiki/nodewebkitsaver",
        "tiddlywiki/github-fork-ribbon",
        "tiddlywiki/browser-sniff"
    ],

if you remove "browser-sniff" you also need to remove the "," 

so

    "plugins": [
        "tiddlywiki/cecily",
        "tiddlywiki/googleanalytics",
        "tiddlywiki/nodewebkitsaver",
        "tiddlywiki/github-fork-ribbon"       <---- the last element has no 
comma. 
    ],

see: 
https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Array
similar if you add  a plugin, you'll need some mor commas :)

-mario

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to