From 7a3df06eb573d36142bd1a8e03c5ce8752d300b3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 24 May 2017 15:10:37 +0200 Subject: fix build issues and add typedoc --- node_modules/glob/glob.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'node_modules/glob/glob.js') diff --git a/node_modules/glob/glob.js b/node_modules/glob/glob.js index bfdd7a11b..58dec0f6c 100644 --- a/node_modules/glob/glob.js +++ b/node_modules/glob/glob.js @@ -153,9 +153,7 @@ function Glob (pattern, options, cb) { } var self = this - var n = this.minimatch.set.length this._processing = 0 - this.matches = new Array(n) this._emitQueue = [] this._processQueue = [] -- cgit v1.2.3