datagrok-api
Advanced tools
Comparing version 0.1.24 to 0.1.25
{ | ||
"name": "datagrok-api", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -103,5 +103,3 @@ import {VIEW_TYPE, VIEWER} from "./const"; | ||
/** Detach this view. */ | ||
detach() { | ||
this.subs.forEach((sub) => { if (!sub.closed) sub.unsubscribe(); }); | ||
} | ||
detach() { this.subs.forEach((sub) => sub.unsubscribe()); } | ||
@@ -108,0 +106,0 @@ /** Closes this view. */ |
156349
3505