In this module I\'m working on I have a listener to a \'resize\' event in the window. Every time the module is ran, I need to check if there\'s already a listener registere
Do something like this-
$(window).off('resize.myCustomEvent');
and vice versa to attach it