Fixed typo

This commit is contained in:
Luke Towers 2019-11-06 16:55:16 -06:00
parent e97057246a
commit c9df45a87d

View File

@ -80,7 +80,7 @@
var parsedOptions = {} var parsedOptions = {}
try { try {
parsedOptions = ocJSON("{" + value + "}"); parsedOptions = ocJSON("{" + options.chartOptions + "}");
} catch (e) { } catch (e) {
throw new Error('Error parsing the data-chart-options attribute value. '+e); throw new Error('Error parsing the data-chart-options attribute value. '+e);
} }