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