mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
fix non-existant method call (#1363)
This commit is contained in:
parent
551cf63d2e
commit
2172810c67
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user