Fixed the transclude macro so that it is marked dependent all

print-window-tiddler
Jeremy Ruston 2012-06-19 18:22:27 +01:00
rodzic 16dc26b6e8
commit 2881b138a3
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -14,6 +14,7 @@ Transclude macro
exports.info = {
name: "transclude",
dependentAll: true, // Nodes containing <<transclude>> macro are dependent on every tiddler
params: {
filter: {byPos: 0, type: "filter"},
title: {byPos: 1, type: "tiddler"},