Closed ajimix closed 10 years ago
In version 3.3.2 when creating an event with a jQuery object, the browser (only tested in Chrome), crashes.
Apparently the problem is with a infinite loop Hydra does trying to clone the jquery object.
oBus.publish( 'interface', 'remove:button', { button: $( '#test-button' ) } );
This code worked perfectly in earlier Hydra versions.
Fixed in version 3.4.1
Please tag the branch so it can be fetched with bower :)
Done. :)
In version 3.3.2 when creating an event with a jQuery object, the browser (only tested in Chrome), crashes.
Apparently the problem is with a infinite loop Hydra does trying to clone the jquery object.
This code worked perfectly in earlier Hydra versions.