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:
6
sample/dev/talk/bundle/mithril-2.2.2/request.js
Normal file
6
sample/dev/talk/bundle/mithril-2.2.2/request.js
Normal file
@@ -0,0 +1,6 @@
|
||||
"use strict"
|
||||
|
||||
var PromisePolyfill = require("./promise/promise")
|
||||
var mountRedraw = require("./mount-redraw")
|
||||
|
||||
module.exports = require("./request/request")(typeof window !== "undefined" ? window : null, PromisePolyfill, mountRedraw.redraw)
|
||||
Reference in New Issue
Block a user