summaryrefslogtreecommitdiff
path: root/ext/mixed
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mixed')
-rw-r--r--ext/mixed/js/display.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js
index ab0f59a5..d1f92722 100644
--- a/ext/mixed/js/display.js
+++ b/ext/mixed/js/display.js
@@ -430,10 +430,6 @@ class Display extends EventDispatcher {
this.trigger('contentUpdated', eventArgs);
} catch (e) {
this.onError(e);
- } finally {
- if (this._setContentToken === token) {
- this._setContentToken = null;
- }
}
}