mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 16:03:33 +09:00
first
This commit is contained in:
5
sample/dev/talk/bundle/mithril-2.2.2/mount-redraw.js
Normal file
5
sample/dev/talk/bundle/mithril-2.2.2/mount-redraw.js
Normal file
@@ -0,0 +1,5 @@
|
||||
"use strict"
|
||||
|
||||
var render = require("./render")
|
||||
|
||||
module.exports = require("./api/mount-redraw")(render, typeof requestAnimationFrame !== "undefined" ? requestAnimationFrame : null, typeof console !== "undefined" ? console : null)
|
||||
Reference in New Issue
Block a user