Justin,
Yes, that was the error I was getting with the then latest version of Steal. With the newest version of steal I am no longer getting the error with the canbaseball app.
That error is not the original error I was getting that prompted me to start this thread. But after much investigation of my initial issue, I boiled the root cause down to loading the same jquery plugin from two different widgets in the same app. That's why I generated the sample app to demo the bug.
But you are right. This does not fix my original issue. It is still breaking as a result of having the same plugin steal'ed from two widgets.
I am seeing the same behavior in Firefox and Chrome.
In the meantime I can steal the plugin from the main app file that steals the widgets, but ultimately i'd like it to be stolen from the widgets to keep the dependencies where they belong.
Do you think this is a Steal issue?
I can upload my app to github if that allows you to more easily see the issue and/or debug.
Thanks!