summaryrefslogtreecommitdiff
path: root/core/gjs/src/variable.ts
diff options
context:
space:
mode:
Diffstat (limited to 'core/gjs/src/variable.ts')
-rw-r--r--core/gjs/src/variable.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/gjs/src/variable.ts b/core/gjs/src/variable.ts
index 84f8cc5..8739ef6 100644
--- a/core/gjs/src/variable.ts
+++ b/core/gjs/src/variable.ts
@@ -101,7 +101,6 @@ class VariableWrapper<T> extends Function {
drop() {
this.variable.emit("dropped")
- idle(() => this.variable.run_dispose())
}
onDropped(callback: () => void) {