Closed harish118 closed 10 years ago
hi,
seems like the issue has been solved. I just updated to the latest version and presto - no more error! Thanksss anyway ",)
Cheers, M&M
I was looking through the source code for the "updateArc" function and couldn't find it, was about to ask you to update to the latest version :) Glad it's resolved!
Yup, thanks. I was using a 6-8 month old version :-) And thanks for the nice plugin. It's elegant & easy to use.
Cheers, M&M
hi,
Firstly thanks for the wonderful plugin. I use it extensively in one of my projects. But I came across an issue. I spotted it only when I added a global error handler just to ensure that everything is running fine.
I am attaching a screenshot of the error that I took from chrome console. My global error handler is simple, with the following code:
window.onerror = function(message, url, linenumber) { console.log("JavaScript error: " + message + " on line " + linenumber.toString() + " for " + url + "\n"); }
The error that I get from timecircles.js is "Can't find variable: time"