diff options
author | ASP1234 | 2016-06-23 10:15:24 +0000 |
---|---|---|
committer | ASP1234 | 2016-06-23 10:15:24 +0000 |
commit | e0820954589ef311816d27d94fa89b7d93ce702b (patch) | |
tree | 862d0faecf20c407c25bf4983996cf95dc956f04 | |
parent | cb32002490d8c858de1948a675371eb4bd2fccaa (diff) | |
download | xcos-on-web-e0820954589ef311816d27d94fa89b7d93ce702b.tar.gz xcos-on-web-e0820954589ef311816d27d94fa89b7d93ce702b.tar.bz2 xcos-on-web-e0820954589ef311816d27d94fa89b7d93ce702b.zip |
Minor Change
-rw-r--r-- | data_structures_correct/BITCLEAR.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data_structures_correct/BITCLEAR.js b/data_structures_correct/BITCLEAR.js index eb0683f..692ade4 100644 --- a/data_structures_correct/BITCLEAR.js +++ b/data_structures_correct/BITCLEAR.js @@ -20,4 +20,4 @@ function BITCLEAR() { BITCLEAR.prototype.details = function BITCLEAR() {
return this.x;
}
-}
\ No newline at end of file +}
|