1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 00:10:45 +00:00

Wikitext command is actually synchronous

This commit is contained in:
Jeremy Ruston 2012-05-04 16:11:02 +01:00
parent 8b154231d3
commit 6f64608f62

View File

@ -13,7 +13,7 @@ wikitest command
exports.info = {
name: "wikitest",
synchronous: false
synchronous: true
};
var Command = function(params,commander) {