Bundled output for commit 3bd2026a9d [skip ci]

This commit is contained in:
Gandalf-the-Bot 2016-11-17 02:16:58 +00:00
parent 3bd2026a9d
commit b51baf8dcf
3 changed files with 3 additions and 3 deletions

View file

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