diff options
author | ASP1234 | 2016-06-23 07:46:13 +0000 |
---|---|---|
committer | ASP1234 | 2016-06-23 07:46:13 +0000 |
commit | 07c9ce99fe5c53ec942e5ccabfcee819b92baddd (patch) | |
tree | 50e2ce65d471f640ffb01206a01b20d5e4024c6d /data_structures_correct/BOUNCE.js | |
parent | 14802ba60473c8b9f2caa5adb86bed0e58f3400e (diff) | |
download | xcos-on-web-07c9ce99fe5c53ec942e5ccabfcee819b92baddd.tar.gz xcos-on-web-07c9ce99fe5c53ec942e5ccabfcee819b92baddd.tar.bz2 xcos-on-web-07c9ce99fe5c53ec942e5ccabfcee819b92baddd.zip |
Implement BOUNCEXY Block
Diffstat (limited to 'data_structures_correct/BOUNCE.js')
-rw-r--r-- | data_structures_correct/BOUNCE.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data_structures_correct/BOUNCE.js b/data_structures_correct/BOUNCE.js index 5cfafce..4142430 100644 --- a/data_structures_correct/BOUNCE.js +++ b/data_structures_correct/BOUNCE.js @@ -63,6 +63,6 @@ function BOUNCE() { BOUNCE.prototype.details = function BOUNCE() { - return this.x + return this.x; } } |