sortable-multi-source-js-pre.mustache revision 18f4388f9909487b198704745e4b61f884df1e81
YUI().use('dd-constrain', 'sortable', function(Y) {
var list1 = new Y.Sortable({
container: '#list1',
nodes: 'li',
opacity: '.1'
});
var list2 = new Y.Sortable({
container: '#list2',
nodes: 'li',
opacity: '.1'
});