1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 00:33:15 +00:00

Remove blanket dependency from transclude macro

It was a bit of a sledgehammer to crack a nut, and slowed down Firefox
terribly
This commit is contained in:
Jeremy Ruston 2012-07-11 16:26:58 +01:00
parent d16481c524
commit 1971f86d5e

View File

@ -14,7 +14,6 @@ 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"},