Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm5 / internal / operators / bufferToggle.js
index 005988bade30a97bbbb9637e0e8421f3d2bcbfee..fa5427d2a0334a4481f972198ed08c2b24fe94e6 100644 (file)
@@ -22,7 +22,6 @@ var BufferToggleSubscriber = /*@__PURE__*/ (function (_super) {
     tslib_1.__extends(BufferToggleSubscriber, _super);
     function BufferToggleSubscriber(destination, openings, closingSelector) {
         var _this = _super.call(this, destination) || this;
-        _this.openings = openings;
         _this.closingSelector = closingSelector;
         _this.contexts = [];
         _this.add(subscribeToResult(_this, openings));
@@ -58,7 +57,7 @@ var BufferToggleSubscriber = /*@__PURE__*/ (function (_super) {
         this.contexts = null;
         _super.prototype._complete.call(this);
     };
-    BufferToggleSubscriber.prototype.notifyNext = function (outerValue, innerValue, outerIndex, innerIndex, innerSub) {
+    BufferToggleSubscriber.prototype.notifyNext = function (outerValue, innerValue) {
         outerValue ? this.closeBuffer(outerValue) : this.openBuffer(innerValue);
     };
     BufferToggleSubscriber.prototype.notifyComplete = function (innerSub) {