> This fixes the following problem:
> After a manual browser refresh, widgets were displayed without data
> listeners: {
> - show: reload
> + render: reload
> }
> });
We have a few places where we use:
fireEvent('show', ...)
Does that still work with this changes?