Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm2015 / internal / operators / windowWhen.js
index 6b30dcc90934004fd24ee57b11da316f85fe6aa0..4d7faea229a4634702aa8e686a7bc8ec2642eb40 100644 (file)
@@ -21,10 +21,10 @@ class WindowSubscriber extends OuterSubscriber {
         this.closingSelector = closingSelector;
         this.openWindow();
     }
-    notifyNext(outerValue, innerValue, outerIndex, innerIndex, innerSub) {
+    notifyNext(_outerValue, _innerValue, _outerIndex, _innerIndex, innerSub) {
         this.openWindow(innerSub);
     }
-    notifyError(error, innerSub) {
+    notifyError(error) {
         this._error(error);
     }
     notifyComplete(innerSub) {