(pValue)
| 351 | }).appendTo($('#instructions')); |
| 352 | |
| 353 | var getDefaultPropVal = (pValue) => { |
| 354 | if (pValue == '<integer>') |
| 355 | return '0'; |
| 356 | else if (pValue == '<flex-direction>') |
| 357 | return 'row nowrap'; |
| 358 | |
| 359 | return pValue; |
| 360 | }; |
| 361 | |
| 362 | $('#instructions .tooltip code').on('click', function(event) { |
| 363 | var pName = text; |