Bundled output for commit 0bd6d4b2f6 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2016-11-17 02:30:32 +00:00
parent 0bd6d4b2f6
commit e458411c11
2 changed files with 2 additions and 2 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.4"
m.version = "1.0.0-rc.5"
if (typeof module !== "undefined") module["exports"] = m
else window.m = m
}