scrollview-debug.js revision cc438feb3ca2316f1b8ece51eed4ae6eabe5b61d
YUI.add('scrollview', function(Y) {
/**
* The scrollview module does not add any new classes. It simply plugs the ScrollViewScrollbars plugin into the
* base ScrollView class implementation, so that all scrollview instances have scrollbars enabled.
*
* @module scrollview
*/
Y.Base.plug(Y.ScrollView, Y.Plugin.ScrollViewScrollbars);
}, '@VERSION@' ,{requires:['scrollview-base', 'scrollview-scrollbars']});