diff options
author | Avi Dutta | 2016-07-07 09:25:43 +0000 |
---|---|---|
committer | Avi Dutta | 2016-07-07 09:25:43 +0000 |
commit | 96fd240821cd2d8a0b6e506a95ebd8ea184f030f (patch) | |
tree | a50466c4b97434b49bdf8fe87c4b03417d45876e | |
parent | 2fcbf2ee66efdc893223d4971ce507af5aa3ea23 (diff) | |
download | xcos-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.js | 2 |
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 +} |