mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Fixed typo
This commit is contained in:
parent
e97057246a
commit
c9df45a87d
@ -80,7 +80,7 @@
|
||||
|
||||
var parsedOptions = {}
|
||||
try {
|
||||
parsedOptions = ocJSON("{" + value + "}");
|
||||
parsedOptions = ocJSON("{" + options.chartOptions + "}");
|
||||
} catch (e) {
|
||||
throw new Error('Error parsing the data-chart-options attribute value. '+e);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user