feat: partial integrate to fix linting issue
This commit is contained in:
parent
2d03dc5dad
commit
2a61e17332
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
var buildQueryString = require("../querystring/build")
|
var buildQueryString = require("../querystring/build")
|
||||||
|
|
||||||
var FILE_PROTOCOL_REGEX = new RegExp('^file://', 'i')
|
var FILE_PROTOCOL_REGEX = new RegExp("^file://", "i")
|
||||||
|
|
||||||
module.exports = function($window, Promise) {
|
module.exports = function($window, Promise) {
|
||||||
var callbackCount = 0
|
var callbackCount = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue