mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Fix extraneous comma
Thanks to Danielo Rodríguez
This commit is contained in:
parent
e21d558ff0
commit
b51d851f93
@ -26,7 +26,7 @@ var NavigatorWidget = function(parseTreeNode,options) {
|
||||
{type: "tw-close-all-tiddlers", handler: "handleCloseAllTiddlersEvent"},
|
||||
{type: "tw-close-other-tiddlers", handler: "handleCloseOtherTiddlersEvent"},
|
||||
{type: "tw-new-tiddler", handler: "handleNewTiddlerEvent"},
|
||||
{type: "tw-import-tiddlers", handler: "handleImportTiddlersEvent"},
|
||||
{type: "tw-import-tiddlers", handler: "handleImportTiddlersEvent"}
|
||||
]);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user