mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 13:43:50 +09:00
first
This commit is contained in:
8
sample/prod/talk/bundle/mithril-2.2.2/render/trust.js
Normal file
8
sample/prod/talk/bundle/mithril-2.2.2/render/trust.js
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict"
|
||||
|
||||
var Vnode = require("./vnode")
|
||||
|
||||
module.exports = function(html) {
|
||||
if (html == null) html = ""
|
||||
return Vnode("<", undefined, undefined, html, undefined, undefined)
|
||||
}
|
||||
Reference in New Issue
Block a user