Bundled output for commit f72aa50f27 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2016-12-21 05:20:06 +00:00
parent f72aa50f27
commit bc01dad847
3 changed files with 18 additions and 17 deletions

View file

@ -1153,6 +1153,7 @@ m.jsonp = requestService.jsonp
m.parseQueryString = parseQueryString
m.buildQueryString = buildQueryString
m.version = "1.0.0-rc.6"
m.vnode = Vnode
if (typeof module !== "undefined") module["exports"] = m
else window.m = m
}