[comments] fix example

This commit is contained in:
Harrison Shoff
2015-04-29 12:26:14 -07:00
parent 261f3bbbc5
commit 0ffbdd3692

View File

@@ -1229,8 +1229,6 @@
constructor() {
// FIXME: shouldn't use a global here
total = 0;
return this;
}
}
```
@@ -1242,8 +1240,6 @@
constructor() {
// TODO: total should be configurable by an options param
this.total = 0;
return this;
}
}
```