summaryrefslogtreecommitdiff
path: root/js/Electrical/MOTOR.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Electrical/MOTOR.js')
-rw-r--r--js/Electrical/MOTOR.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/Electrical/MOTOR.js b/js/Electrical/MOTOR.js
index 794262aa..7ffefd65 100644
--- a/js/Electrical/MOTOR.js
+++ b/js/Electrical/MOTOR.js
@@ -1,10 +1,5 @@
/* autogenerated from "macros/Electrical/MOTOR.sci" */
function MOTOR() {
-MOTOR.prototype.get = function MOTOR() {
-}
-MOTOR.prototype.set = function MOTOR() {
-x=arg1;
-}
MOTOR.prototype.define = function MOTOR() {
model=scicos_model();
model.out=[1,1];
@@ -20,4 +15,9 @@ x.graphics.in_implicit=["I"];
}
MOTOR.prototype.details = function MOTOR() {
}
+MOTOR.prototype.get = function MOTOR() {
+}
+MOTOR.prototype.set = function MOTOR() {
+x=arg1;
+}
}