Skip to content

Commit 1ec24d9

Browse files
committed
Enabled divide command in online tool
1 parent 4af44fe commit 1ec24d9

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

javascripts/demo.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -634,13 +634,13 @@ function demo() {
634634
2: ["default", ""],
635635
3: ["text"]
636636
},
637-
// divide: {
638-
// parameters: ["Divided IndexVar", "Outer IndexVar", "Inner IndexVar", "Divide Factor"],
639-
// 0: ["index dropdown", [1, "0"], [2, "1"]],
640-
// 1: ["default", ""],
641-
// 2: ["default", ""],
642-
// 3: ["text"]
643-
// },
637+
divide: {
638+
parameters: ["Divided IndexVar", "Outer IndexVar", "Inner IndexVar", "Divide Factor"],
639+
0: ["index dropdown", [1, "0"], [2, "1"]],
640+
1: ["default", ""],
641+
2: ["default", ""],
642+
3: ["text"]
643+
},
644644
precompute: {
645645
parameters: ["Precomputed Expr", "Original IndexVar", "Workspace IndexVar"],
646646
0: ["long text"],

javascripts/demo.min.js

-1
This file was deleted.

0 commit comments

Comments
 (0)