Skip to content

Commit 716e8c5

Browse files
committed
Merge pull request airbnb#330 from airbnb/fix-example
[comments] fix example
2 parents 261f3bb + 0ffbdd3 commit 716e8c5

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)