event-resize-debug.js revision 9260d3097949fa1cde502ac0ee6143aaade2f079
/**
* Adds a window resize event that has its behavior normalized to fire at the
* end of the resize rather than constantly during the resize.
* @module event
* @submodule event-resize
*/
/**
* Old firefox fires the window resize event once when the resize action
* finishes, other browsers fire the event periodically during the
* resize. This code uses timeout logic to simulate the Firefox
* behavior in other browsers.
* @event windowresize
* @for YUI
*/
});
} :
// interval bumped from 40 to 100ms as of 3.4.1
}
});
}], { facade: false });
},
}
}
// delegate methods not defined because this only works for window
// subscriptions, so...yeah.
});