mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
formatting fix
This commit is contained in:
committed by
Franz Liedke
parent
46e704b27b
commit
43164df79e
@@ -26,7 +26,7 @@ export default function patchMithril(global) {
|
|||||||
if (!vnode.attrs.options) vnode.attrs.options = { state: { key: Date.now() } };
|
if (!vnode.attrs.options) vnode.attrs.options = { state: { key: Date.now() } };
|
||||||
|
|
||||||
return defaultLinkView(vnode);
|
return defaultLinkView(vnode);
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const modifiedMithril = function (comp, ...args) {
|
const modifiedMithril = function (comp, ...args) {
|
||||||
|
Reference in New Issue
Block a user