File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/webapp/cdn/blockly/generators/propc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ Blockly.propc.variables_set = function () {
139139 if ( Blockly . propc . vartype_ [ varName ] === undefined ) {
140140 if ( argument0 . indexOf ( "int" ) > - 1 ) {
141141 Blockly . propc . vartype_ [ varName ] = 'int' ;
142- Blockly . propc . varlength_ [ varName ] = '{{$var_length_' + varName + '}};' ;
142+ // Blockly.propc.varlength_[varName] = '{{$var_length_' + varName + '}};';
143143 } else if ( argument0 . indexOf ( "float" ) > - 1 ) {
144144 Blockly . propc . vartype_ [ varName ] = 'float' ;
145145 Blockly . propc . varlength_ [ varName ] = '{{$var_length_' + varName + '}};' ;
@@ -159,7 +159,7 @@ Blockly.propc.variables_set = function () {
159159 }
160160 } else if ( argument0 . indexOf ( "int" ) > - 1 ) {
161161 Blockly . propc . vartype_ [ varName ] = 'int' ;
162- Blockly . propc . varlength_ [ varName ] = '{{$var_length_' + varName + '}};' ;
162+ // Blockly.propc.varlength_[varName] = '{{$var_length_' + varName + '}};';
163163 } else if ( argument0 . indexOf ( "float" ) > - 1 ) {
164164 Blockly . propc . vartype_ [ varName ] = 'float' ;
165165 Blockly . propc . varlength_ [ varName ] = '{{$var_length_' + varName + '}};' ;
You can’t perform that action at this time.
0 commit comments