This commit is contained in:
Ilya Kantor 2014-12-22 14:30:37 +03:00
parent a45c3fa386
commit dd7792a2e0
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
```js
//+ run
//+ run demo
function Accumulator(startingValue) {
this.value = startingValue;