()
| 382 | } |
| 383 | |
| 384 | function get_nodearray_data() { |
| 385 | var mind_data = _jm.get_data('node_array'); |
| 386 | var mind_string = jsMind.util.json.json2string(mind_data); |
| 387 | prompt_info(mind_string); |
| 388 | } |
| 389 | |
| 390 | function save_nodearray_file() { |
| 391 | var mind_data = _jm.get_data('node_array'); |
nothing calls this directly
no test coverage detected