HexagonJS
Edit Page
Resize Events
A module for adding a resize event to the selection api.
Examples
hx.select('#body').on('resize', function(event){
  // do something when the element is resized.
});
Api
Prototypes
Selection
The resize event extends selection events using the 'on' method
Events
resize
Emitted on resize events.