mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Remove extraneous text
Copy/paste whoops.
This commit is contained in:
parent
05b32728bc
commit
4d74f52202
@ -1214,12 +1214,4 @@ exports.invokeUpgraders = function(titles,tiddlers) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
})();
|
})();
|
||||||
t++) {
|
|
||||||
var upgrader = this.upgraderModules[t],
|
|
||||||
upgraderMessages = upgrader.upgrade(this,titles,tiddlers);
|
|
||||||
$tw.utils.extend(messages,upgraderMessages);
|
|
||||||
}
|
|
||||||
return messages;
|
|
||||||
};
|
|
||||||
|
|
||||||
})();
|
|
||||||
|
Loading…
Reference in New Issue
Block a user