I am getting an error after updating to the Q2 2013 SP. I was previously on Q2 2013.
Am I missing something? When I try to use kendo.core.js I get a syntax error.
Where line 472 is the following. kendo.cultures hasn't been initialized anywhere.
Prior to this release that line read:
Am I mistaken or missing a dependency?
Am I missing something? When I try to use kendo.core.js I get a syntax error.
Uncaught TypeError: Cannot set property 'en-US' of undefined kendo.core.js:472
kendo.cultures[
"en-US"
] = {
kendo.cultures = {
"en-US"
: {
Am I mistaken or missing a dependency?