Commit 65f1898a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! make internal data format and runSimulation data format consistent.

parent 02a786ad
......@@ -100,7 +100,7 @@
'<label>Name</label><input type="text" name="name" id="name" value="' +
element_name + '" class="text ui-widget-content ui-corner-all"/>');
var previous_data = (node_dict[node_id] || {}).data || {};
var previous_data = node_dict[node_id] || {};
var previous_value;
var renderField = function (property_list, previous_data, prefix) {
if (prefix === undefined) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment