1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-03 01:10:45 +00:00

Remove unneeded override

See https://github.com/Jermolene/TiddlyWiki5/pull/7329/files#r1126709318
This commit is contained in:
jeremy@jermolene.com 2023-05-10 22:27:40 +01:00
parent 62337101c3
commit b6bc197f76

View File

@ -1502,7 +1502,7 @@ $tw.Wiki = $tw.Wiki || function(options) {
// Dummy methods that will be filled in after boot
$tw.Wiki.prototype.clearCache =
$tw.Wiki.prototype.clearGlobalCache =
$tw.Wiki.prototype.enqueueTiddlerEvent = $tw.Wiki.prototype.enqueueTiddlerEvent || function() {};
$tw.Wiki.prototype.enqueueTiddlerEvent = function() {};
// Add an array of tiddlers
$tw.Wiki.prototype.addTiddlers = $tw.Wiki.prototype.addTiddlers || function(tiddlers) {