xoxco/breakpoints

Unnecessary unbinding

Opened this issue · 1 comments

$.fn.resetBreakpoints unbinds all resize event handlers on window, but the plugin doesn't use any resize event handlers. This is dangerous.

Does the plugin even hook into the resize event?