git.fiddlerwoaroof.com
Browse code

chore(lint): remove unused variable

Edward authored on 30/12/2021 10:58:52
Showing 1 changed files
... ...
@@ -245,7 +245,7 @@ Eql.prototype = Object.assign(new Specializer(), {
245 245
   matches(other) {
246 246
     return this.val === other;
247 247
   },
248
-  super_of(other) {
248
+  super_of() {
249 249
     return false;
250 250
   },
251 251
 });