Bundled output for commit 846d6ce24b [skip ci]

This commit is contained in:
Gandalf-the-Bot 2016-12-06 15:45:34 +00:00
parent 846d6ce24b
commit 6a63cb702d
2 changed files with 28 additions and 27 deletions

View file

@ -954,6 +954,7 @@ var _16 = function(redrawService0) {
}
}
m.mount = _16(redrawService)
var Promise = PromisePolyfill
var parseQueryString = function(string) {
if (string === "" || string == null) return {}
if (string.charAt(0) === "?") string = string.slice(1)
@ -1135,8 +1136,8 @@ m.withAttr = function(attrName, callback1, context) {
return callback1.call(context || this, attrName in e.currentTarget ? e.currentTarget[attrName] : e.currentTarget.getAttribute(attrName))
}
}
var _27 = coreRenderer(window)
m.render = _27.render
var _28 = coreRenderer(window)
m.render = _28.render
m.redraw = redrawService.redraw
m.request = requestService.request
m.jsonp = requestService.jsonp