Bundled output for commit ed5d9a2711 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2017-02-23 23:46:47 +00:00
parent ed5d9a2711
commit 3786373b58

View file

@ -203,7 +203,7 @@ var buildQueryString = function(object) {
else args.push(encodeURIComponent(key0) + (value != null && value !== "" ? "=" + encodeURIComponent(value) : "")) else args.push(encodeURIComponent(key0) + (value != null && value !== "" ? "=" + encodeURIComponent(value) : ""))
} }
} }
var FILE_PROTOCOL_REGEX = new RegExp('^file://', 'i') var FILE_PROTOCOL_REGEX = new RegExp("^file://", "i")
var _8 = function($window, Promise) { var _8 = function($window, Promise) {
var callbackCount = 0 var callbackCount = 0
var oncompletion var oncompletion