Remove "instances" array + test

This commit is contained in:
Glen
2016-01-30 21:25:04 +02:00
parent 620f9cc215
commit b86d447665
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -78,8 +78,6 @@ evt.on("init", function () {
browserSync(config);
var instance = browserSync.instances[0];
var bs = browserSync.create();
bs.init({
-2
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 {