Merge pull request #330 from airbnb/fix-example

[comments] fix example
This commit is contained in:
Harrison Shoff
2015-04-29 12:26:50 -07:00

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;
}
}
```