Sort tagged tiddlers

print-window-tiddler
Jeremy Ruston 2012-06-13 13:19:32 +01:00
rodzic 126e87be25
commit a160fb07e4
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -236,6 +236,7 @@ exports.getTiddlersWithTag = function(tag) {
titles.push(title);
}
}
this.sortTiddlers(titles,"title");
return titles;
};