~michael.nelson/ubuntu-webcatalog/1267731-import-sca-apps-error

« back to all changes in this revision

Viewing changes to src/webcatalog/static/yui/3.10.3/build/scrollview/scrollview-debug.js

  • Committer: Tarmac
  • Author(s): Stephen Stewart
  • Date: 2013-06-26 09:19:32 UTC
  • mfrom: (184.1.4 ubuntu-global-nav)
  • Revision ID: tarmac-20130626091932-8urtuli368k8p7ds
[r=beuno,jonas-drange] add ubuntu global nav to apps.ubuntu.com

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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"]});