This commit is contained in:
Leo 2017-01-30 10:44:31 -05:00
parent 58f70873a4
commit 40592d328c
3 changed files with 3 additions and 3 deletions

View file

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