From b86d447665ed166ddea983d6878d7b120ee45daf Mon Sep 17 00:00:00 2001 From: Glen Date: Tue, 22 Dec 2015 10:43:47 +0200 Subject: [PATCH] Remove "instances" array + test --- browser-sync/browser-sync-tests.ts | 2 -- browser-sync/browser-sync.d.ts | 2 -- 2 files changed, 4 deletions(-) diff --git a/browser-sync/browser-sync-tests.ts b/browser-sync/browser-sync-tests.ts index f79dd517b4..2d254ac3d6 100644 --- a/browser-sync/browser-sync-tests.ts +++ b/browser-sync/browser-sync-tests.ts @@ -78,8 +78,6 @@ evt.on("init", function () { browserSync(config); -var instance = browserSync.instances[0]; - var bs = browserSync.create(); bs.init({ diff --git a/browser-sync/browser-sync.d.ts b/browser-sync/browser-sync.d.ts index 6f46d6c94f..58c1dbf65b 100644 --- a/browser-sync/browser-sync.d.ts +++ b/browser-sync/browser-sync.d.ts @@ -335,8 +335,6 @@ declare module "browser-sync" { * @param name the identifier used for retrieval */ get(name: string): BrowserSyncInstance; - - instances: BrowserSyncInstance[]; } interface BrowserSyncInstance {