src/cm/media/js/lib/yui/yui_3.10.3/build/scrollview/scrollview-debug.js
changeset 525 89ef5ed3c48b
equal deleted inserted replaced
524:322d0feea350 525:89ef5ed3c48b
       
     1 /*
       
     2 YUI 3.10.3 (build 2fb5187)
       
     3 Copyright 2013 Yahoo! Inc. All rights reserved.
       
     4 Licensed under the BSD License.
       
     5 http://yuilibrary.com/license/
       
     6 */
       
     7 
       
     8 YUI.add('scrollview', function (Y, NAME) {
       
     9 
       
    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  */
       
    24 
       
    25 Y.Base.plug(Y.ScrollView, Y.Plugin.ScrollViewScrollbars);
       
    26 
       
    27 
       
    28 }, '3.10.3', {"requires": ["scrollview-base", "scrollview-scrollbars"]});