Skip to content

Commit 0ffbdd3

Browse files
committed
[comments] fix example
1 parent 261f3bb commit 0ffbdd3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,8 +1229,6 @@
12291229
constructor() {
12301230
// FIXME: shouldn't use a global here
12311231
total = 0;
1232-
1233-
return this;
12341232
}
12351233
}
12361234
```
@@ -1242,8 +1240,6 @@
12421240
constructor() {
12431241
// TODO: total should be configurable by an options param
12441242
this.total = 0;
1245-
1246-
return this;
12471243
}
12481244
}
12491245
```

0 commit comments

Comments
 (0)