summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorASP12342016-06-23 06:17:06 +0000
committerASP12342016-06-23 06:17:06 +0000
commit14802ba60473c8b9f2caa5adb86bed0e58f3400e (patch)
tree1bee9c9be504e3d4e5c66d6960a25f827c309588
parentf4b2f58f7d914e63c88670a1fb6b9699c5f96d18 (diff)
downloadxcos-on-web-14802ba60473c8b9f2caa5adb86bed0e58f3400e.tar.gz
xcos-on-web-14802ba60473c8b9f2caa5adb86bed0e58f3400e.tar.bz2
xcos-on-web-14802ba60473c8b9f2caa5adb86bed0e58f3400e.zip
Minor fix
-rw-r--r--data_structures_correct/BOUNCE.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/data_structures_correct/BOUNCE.js b/data_structures_correct/BOUNCE.js
index 78ccedc..5cfafce 100644
--- a/data_structures_correct/BOUNCE.js
+++ b/data_structures_correct/BOUNCE.js
@@ -65,4 +65,4 @@ function BOUNCE() {
return this.x
}
-} \ No newline at end of file
+}