summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data_structures_correct/VVsourceAC.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/data_structures_correct/VVsourceAC.js b/data_structures_correct/VVsourceAC.js
index 00a3107..120b3bb 100644
--- a/data_structures_correct/VVsourceAC.js
+++ b/data_structures_correct/VVsourceAC.js
@@ -31,11 +31,9 @@ function VVsourceAC() {
this.x.graphics.out_implicit = new ScilabString(["I"]);
return new BasicBlock(this.x);
-
}
VVsourceAC.prototype.details = function VVsourceAC() {
return this.x;
-
}
}