1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 01:16:52 +02:00

formatting fix

This commit is contained in:
Alexander Skvortsov
2020-08-09 19:09:14 -04:00
committed by Franz Liedke
parent 46e704b27b
commit 43164df79e

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) {