1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 08:56:38 +02:00
This commit is contained in:
David Sevilla Martin
2020-08-09 19:25:19 -04:00
committed by Franz Liedke
parent b43452223f
commit e55867acb4

View File

@@ -26,7 +26,7 @@ export default function patchMithril(global) {
if (!vnode.attrs.options) vnode.attrs.options = { state: { key: Date.now() } };
return defaultLinkView(vnode);
}
},
};
const modifiedMithril = function (comp, ...args) {