diff options
Diffstat (limited to 'js/Events/CLKSOMV_f.js')
-rw-r--r-- | js/Events/CLKSOMV_f.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/Events/CLKSOMV_f.js b/js/Events/CLKSOMV_f.js index a4c2d797..e6907d4e 100644 --- a/js/Events/CLKSOMV_f.js +++ b/js/Events/CLKSOMV_f.js @@ -16,9 +16,7 @@ function CLKSOMV_f() { return this.x; } CLKSOMV_f.prototype.get = function CLKSOMV_f() { - var options = { - } - return options; + alert("parameters cannot be modified"); } CLKSOMV_f.prototype.set = function CLKSOMV_f() { return new BasicBlock(this.x); |