Open slavede opened 4 years ago
Syntac to be correct
When transpiled, minified and uglified code, highcharts-editor.js throws and error
ReferenceError: tabletIcon is not defined
which makes perfect sense when you look at the source of src/core-ui/highed.customizepage.js
151 | phoneIcon = highed.dom.cr('span', '', ''); 152 | tabletIcon = highed.dom.cr('span', '', ''), 153 | tabletIcon = highed.dom.cr('span', '', ''),
Notice ';' after phoneIcon. It should be comma.
0.3.0
Expected behaviour
Syntac to be correct
Actual behaviour
When transpiled, minified and uglified code, highcharts-editor.js throws and error
ReferenceError: tabletIcon is not defined
which makes perfect sense when you look at the source of src/core-ui/highed.customizepage.js
151 | phoneIcon = highed.dom.cr('span', '', ''); 152 | tabletIcon = highed.dom.cr('span', '', ''), 153 | tabletIcon = highed.dom.cr('span', '', ''),
Notice ';' after phoneIcon. It should be comma.
Reproduction steps
Editor version
0.3.0
Affected browser(s)