Skip to content

Commit 5a98510

Browse files
author
minjk-bl
committed
Add runtype config data
1 parent 708b12b commit 5a98510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

visualpython/js/com/com_Config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ define([
6565
this.data = {
6666
// Configuration
6767
'vpcfg': {
68-
68+
'runType': 'run'
6969
},
7070
// User defined code for Snippets
7171
'vpudf': {
@@ -636,7 +636,7 @@ define([
636636
/**
637637
* Set configuration data (on server)
638638
* @param {Object} dataObj
639-
* @param {String} configKey
639+
* @param {String} configKey vpcfg / vpudf / vpimport / vppackman
640640
*/
641641
setData(dataObj, configKey='vpudf') {
642642
let that = this;

0 commit comments

Comments
 (0)