~ted/lazr-js/annoying-debug-message

« back to all changes in this revision

Viewing changes to src-js/lazrjs/yui/sortable/sortable-scroll-min.js

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-09-09 14:20:30 UTC
  • mfrom: (182.1.3 yui-3.2)
  • Revision ID: launchpad@pqm.canonical.com-20100909142030-13w6vo0ixfysxc15
[r=beuno] Update lazr-js to yui-3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
 
3
Code licensed under the BSD License:
 
4
http://developer.yahoo.com/yui/license.html
 
5
version: 3.2.0
 
6
build: 2676
 
7
*/
 
8
YUI.add("sortable-scroll",function(B){var A=function(){A.superclass.constructor.apply(this,arguments);};B.extend(A,B.Base,{initializer:function(){var C=this.get("host");C.plug(B.Plugin.DDNodeScroll,{node:C.get("container")});C.delegate.on("drop:over",function(D){if(this.dd.nodescroll&&D.drag.nodescroll){D.drag.nodescroll.set("parentScroll",B.one(this.get("container")));}});}},{ATTRS:{host:{value:""}},NAME:"SortScroll",NS:"scroll"});B.namespace("Y.Plugin");B.Plugin.SortableScroll=A;},"3.2.0",{requires:["sortable","dd-scroll"]});
 
 
b'\\ No newline at end of file'