Re: Minor bug in javascsript feature

2014-06-19 Thread Ryan Baxter
Hi Randy, Looks like you are right after visually looking at the features. I can make this fix. I am curious about the tool you wrote, would you mind sharing more details? -Ryan On Thu, Jun 19, 2014 at 5:48 PM, Randy Hudson wrote: > The feature "core.util.onload" makes a javascript call to

Minor bug in javascsript feature

2014-06-19 Thread Randy Hudson
The feature "core.util.onload" makes a javascript call to gadgets.util.attachBrowserEvent(…), which is defined in the feature "core.util.event". But, the onload feature doesn't have a dependency on the event feature, which means its javascript might execute before the attachBrowserEvent functi