diff options
author | Sunil Shetye | 2018-07-02 22:51:03 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-07-02 22:51:03 +0530 |
commit | ca1a67f78f7de40a7956c69e41f4ddae2542f4f2 (patch) | |
tree | 6a07bd0428e542567726ff7325fcb71203ad6d15 /js/Sources/TIME_f.js | |
parent | 5ea6bd919623bb0dd58f235329b985b2bb6cb4ba (diff) | |
download | sci2js-ca1a67f78f7de40a7956c69e41f4ddae2542f4f2.tar.gz sci2js-ca1a67f78f7de40a7956c69e41f4ddae2542f4f2.tar.bz2 sci2js-ca1a67f78f7de40a7956c69e41f4ddae2542f4f2.zip |
add options block
Diffstat (limited to 'js/Sources/TIME_f.js')
-rw-r--r-- | js/Sources/TIME_f.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/Sources/TIME_f.js b/js/Sources/TIME_f.js index 16793af5..e0476b40 100644 --- a/js/Sources/TIME_f.js +++ b/js/Sources/TIME_f.js @@ -14,6 +14,9 @@ function TIME_f() { return this.x; } TIME_f.prototype.get = function TIME_f() { + var options = { + } + return options; } TIME_f.prototype.set = function TIME_f() { this.x = arg1; |