mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Little drag sheels
This commit is contained in:
4
dist/js/ionic.js
vendored
4
dist/js/ionic.js
vendored
@ -1972,6 +1972,10 @@ window.ionic = {
|
||||
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