Remove "instances" array + test

This commit is contained in:
Glen
2015-12-22 10:43:47 +02:00
parent 620f9cc215
commit b86d447665
2 changed files with 0 additions and 4 deletions

View File

@@ -78,8 +78,6 @@ evt.on("init", function () {
browserSync(config);
var instance = browserSync.instances[0];
var bs = browserSync.create();
bs.init({

View File

@@ -335,8 +335,6 @@ declare module "browser-sync" {
* @param name the identifier used for retrieval
*/
get(name: string): BrowserSyncInstance;
instances: BrowserSyncInstance[];
}
interface BrowserSyncInstance {