From 3f563b9e29d42266d6680229da5c29f847804834 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Thu, 21 Jun 2018 11:00:03 +0530 Subject: code cleanup --- js/Sources/IN_f.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'js/Sources/IN_f.js') diff --git a/js/Sources/IN_f.js b/js/Sources/IN_f.js index 30c2ea4d..53193f1a 100644 --- a/js/Sources/IN_f.js +++ b/js/Sources/IN_f.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Sources/IN_f.sci" */ function IN_f() { -IN_f.prototype.define = function IN_f() { + IN_f.prototype.define = function IN_f() { prt=1; model=scicos_model(); model.sim="input"; @@ -13,12 +13,12 @@ model.dep_ut=[false,false]; exprs=sci2exp(prt); gr_i=[]; x=standard_define([1,1],model,exprs,gr_i); -} -IN_f.prototype.details = function IN_f() { -} -IN_f.prototype.get = function IN_f() { -} -IN_f.prototype.set = function IN_f() { + } + IN_f.prototype.details = function IN_f() { + } + IN_f.prototype.get = function IN_f() { + } + IN_f.prototype.set = function IN_f() { x=arg1; graphics=arg1.graphics; model=arg1.model; @@ -57,5 +57,5 @@ x.model=model; break; } } -} + } } -- cgit