From 3786373b587a7374e9df961d83a26baad06ef0d5 Mon Sep 17 00:00:00 2001 From: Gandalf-the-Bot Date: Thu, 23 Feb 2017 23:46:47 +0000 Subject: [PATCH] Bundled output for commit ed5d9a2711ac6f50be907377b7ad1850c60f92c1 [skip ci] --- mithril.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mithril.js b/mithril.js index 7f9ae2f1..5d3c46e5 100644 --- a/mithril.js +++ b/mithril.js @@ -203,7 +203,7 @@ var buildQueryString = function(object) { 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 callbackCount = 0 var oncompletion