NOBUG: Fixed file access permissions
[moodle.git] / lib / yuilib / 3.13.0 / scrollview / scrollview-debug.js
blob124e1941853303625ce8d2a8a3ffb98f977cb89c
1 /*
2 YUI 3.13.0 (build 508226d)
3 Copyright 2013 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
8 YUI.add('scrollview', function (Y, NAME) {
10 /**
11  * <p>
12  * The scrollview module does not add any new classes. It simply plugs the ScrollViewScrollbars plugin into the
13  *  base ScrollView class implementation provided by the scrollview-base module, so that all scrollview instances
14  *  have scrollbars enabled.
15  * </p>
16  *
17  * <ul>
18  *     <li><a href="../classes/ScrollView.html">ScrollView API documentation</a></li>
19  *     <li><a href="scrollview-base.html">scrollview-base Module documentation</a></li>
20  * </ul>
21  *
22  * @module scrollview
23  */
25 Y.Base.plug(Y.ScrollView, Y.Plugin.ScrollViewScrollbars);
28 }, '3.13.0', {"requires": ["scrollview-base", "scrollview-scrollbars"]});