/**
* Plugin for sortable to handle scrolling lists.
* @module sortable
* @submodule sortable-scroll
*/
/**
* Plugin for sortable to handle scrolling lists.
* @class SortScroll
* @extends Base
* @constructor
* @namespace Plugin
*/
var SortScroll = function() {
};
initializer: function() {
});
}
});
}
}, {
ATTRS: {
host: {
value: ''
}
},
/**
* @property NAME
* @default SortScroll
* @readonly
* @protected
* @static
* @description The name of the class.
* @type {String}
*/
NAME: 'SortScroll',
/**
* @property NS
* @default scroll
* @readonly
* @protected
* @static
* @description The scroll instance.
* @type {String}
*/
NS: 'scroll'
});
Y.namespace('Y.Plugin');