Bundled output for commit 9f6a1086e4 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2016-12-01 06:51:39 +00:00
parent 9f6a1086e4
commit 78929fb1d1
2 changed files with 2 additions and 2 deletions

View file

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