We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d03dc5 commit 2a61e17Copy full SHA for 2a61e17
request/request.js
@@ -2,7 +2,7 @@
2
3
var buildQueryString = require("../querystring/build")
4
5
-var FILE_PROTOCOL_REGEX = new RegExp('^file://', 'i')
+var FILE_PROTOCOL_REGEX = new RegExp("^file://", "i")
6
7
module.exports = function($window, Promise) {
8
var callbackCount = 0
0 commit comments