My Javascript program is creating “Object already exists” errors on both Google Chrome and on Firefox. What kind of mistake could trigger this error message? I am having a hard time debugging this without knowing what the error means.
My Javascript program is creating Object already exists errors on both Google Chrome and
Share
As per your comment:
All JavaScript is ‘open source’ (although it can be minified etc), so you can simply search for that exact string. The only result I got that is used as an error thrown is this: http://uxebu.com/blog/2011/04/27/creating-a-persistent-dojo-object-store/.