fix non-existant method call (#1363)

This commit is contained in:
Michael Rawlings 2019-06-24 14:28:42 -07:00 committed by Dylan Piercey
parent 551cf63d2e
commit 2172810c67

View File

@ -270,7 +270,7 @@ exports.registerTaglib = function(filePath) {
ok(typeof filePath === "string", '"filePath" should be a string');
taglib.registerFromFile(filePath);
taglib.clearCaches();
clearCaches();
};
exports.isVDOMSupported = true;