From 07c9ce99fe5c53ec942e5ccabfcee819b92baddd Mon Sep 17 00:00:00 2001 From: ASP1234 Date: Thu, 23 Jun 2016 07:46:13 +0000 Subject: Implement BOUNCEXY Block --- data_structures_correct/BOUNCE.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data_structures_correct/BOUNCE.js') 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; } } -- cgit