mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Little drag sheels
This commit is contained in:
@ -137,6 +137,10 @@
|
||||
ReorderDrag.prototype = new DragOp();
|
||||
ReorderDrag.prototype.start = function(e) {
|
||||
};
|
||||
ReorderDrag.prototype.drag = function(e) {
|
||||
};
|
||||
ReorderDrag.prototype.end = function(e) {
|
||||
};
|
||||
|
||||
/**
|
||||
* The ListView handles a list of items. It will process drag animations, edit mode,
|
||||
|
||||
Reference in New Issue
Block a user