diff options
author | Avi Dutta | 2016-07-01 18:45:16 +0000 |
---|---|---|
committer | Avi Dutta | 2016-07-01 18:45:16 +0000 |
commit | f013548049d020c075ceb64ce36659930fdfe69a (patch) | |
tree | 1a89aa8d2d1b34662f7177bd7f38339646696647 | |
parent | ce9de6a2a1c91a83ed3afd203f6ae07288926c64 (diff) | |
download | xcos-on-web-f013548049d020c075ceb64ce36659930fdfe69a.tar.gz xcos-on-web-f013548049d020c075ceb64ce36659930fdfe69a.tar.bz2 xcos-on-web-f013548049d020c075ceb64ce36659930fdfe69a.zip |
Implement MATZREIM Block
-rw-r--r-- | data_structures_correct/MATZREIM.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data_structures_correct/MATZREIM.js b/data_structures_correct/MATZREIM.js index 2a30a28..f748098 100644 --- a/data_structures_correct/MATZREIM.js +++ b/data_structures_correct/MATZREIM.js @@ -34,4 +34,4 @@ function MATZREIM() { MATZREIM.prototype.details = function MATZREIM() { return this.x; } -}
\ No newline at end of file +} |