diff options
author | ASP1234 | 2016-06-23 18:29:30 +0000 |
---|---|---|
committer | ASP1234 | 2016-06-23 18:29:30 +0000 |
commit | 30bf467a3718e159cca22a2e70a7ab8fe8cff9e9 (patch) | |
tree | 20f16113dd6fa9c7b0f606840994a9fafc5937d2 | |
parent | 8e3139ca1d047aee36cd33a59b3683d6ae087458 (diff) | |
download | xcos-on-web-30bf467a3718e159cca22a2e70a7ab8fe8cff9e9.tar.gz xcos-on-web-30bf467a3718e159cca22a2e70a7ab8fe8cff9e9.tar.bz2 xcos-on-web-30bf467a3718e159cca22a2e70a7ab8fe8cff9e9.zip |
Minor Fix
-rw-r--r-- | data_structures_correct/CEVENTSCOPE.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data_structures_correct/CEVENTSCOPE.js b/data_structures_correct/CEVENTSCOPE.js index 0b20476..390430b 100644 --- a/data_structures_correct/CEVENTSCOPE.js +++ b/data_structures_correct/CEVENTSCOPE.js @@ -24,4 +24,4 @@ function CEVENTSCOPE() { CEVENTSCOPE.prototype.details = function CEVENTSCOPE() { return this.x; } -}
\ No newline at end of file +} |