Cannot read property '_defaults' of undefined
Closed this issue · 2 comments
clarklight commented
Hi
I am not so sure why i have this error. Cannot read property '_defaults' of undefined.
Been following this example http://jsbin.com/nilerequva/1/edit. And included the below in the head tag.
Then just calling data-role="date"
aureltime commented
i have the same issue
arschmitz commented
@clarklight @aureltime That means your either missing a script or loading them in the wrong order. In the case of the jsbin above its wrong order http://jsbin.com/yibavuzabe/1/edit?html,js,output changes the order and fixes the issue. Also there was a css file missing that made the styling incorrect once that was fixed. Closing as not a bug