Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm2015 / internal / operators / bufferToggle.js
index 86aae173040c024b8e57a6ce01e97bf2151a8982..811e4996a31812bab71f49ec89b8a5f586a287a6 100644 (file)
@@ -18,7 +18,6 @@ class BufferToggleOperator {
 class BufferToggleSubscriber extends OuterSubscriber {
     constructor(destination, openings, closingSelector) {
         super(destination);
-        this.openings = openings;
         this.closingSelector = closingSelector;
         this.contexts = [];
         this.add(subscribeToResult(this, openings));
@@ -53,7 +52,7 @@ class BufferToggleSubscriber extends OuterSubscriber {
         this.contexts = null;
         super._complete();
     }
-    notifyNext(outerValue, innerValue, outerIndex, innerIndex, innerSub) {
+    notifyNext(outerValue, innerValue) {
         outerValue ? this.closeBuffer(outerValue) : this.openBuffer(innerValue);
     }
     notifyComplete(innerSub) {