summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvi Dutta2016-07-07 09:25:43 +0000
committerAvi Dutta2016-07-07 09:25:43 +0000
commit96fd240821cd2d8a0b6e506a95ebd8ea184f030f (patch)
treea50466c4b97434b49bdf8fe87c4b03417d45876e
parent2fcbf2ee66efdc893223d4971ce507af5aa3ea23 (diff)
downloadxcos-on-web-96fd240821cd2d8a0b6e506a95ebd8ea184f030f.tar.gz
xcos-on-web-96fd240821cd2d8a0b6e506a95ebd8ea184f030f.tar.bz2
xcos-on-web-96fd240821cd2d8a0b6e506a95ebd8ea184f030f.zip
Implement SOM_f Block
-rw-r--r--data_structures_correct/SINBLK_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/data_structures_correct/SINBLK_f.js b/data_structures_correct/SINBLK_f.js
index b3c33c7..54521a1 100644
--- a/data_structures_correct/SINBLK_f.js
+++ b/data_structures_correct/SINBLK_f.js
@@ -18,4 +18,4 @@ function SINBLK_f() {
SINBLK_f.prototype.details = function SINBLK_f() {
return this.x;
}
-} \ No newline at end of file
+}