mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 00:06:07 +00:00
Refactored dependency handling
Now each class of dependency can be tracked individually
This commit is contained in:
@@ -24,7 +24,7 @@ ImageRenderer.prototype.render = function(tiddler,store) {
|
||||
var ImageParseTree = function(type,text) {
|
||||
this.type = type;
|
||||
this.text = text;
|
||||
this.dependencies = [];
|
||||
this.dependencies = {};
|
||||
};
|
||||
|
||||
ImageParseTree.prototype.compile = function(type) {
|
||||
|
||||
Reference in New Issue
Block a user