update linter

This commit is contained in:
Leo 2017-02-23 18:45:47 -05:00
parent 7f12a7e940
commit ed5d9a2711
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
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) {
var callbackCount = 0