mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +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 = new DragOp();
|
||||||
ReorderDrag.prototype.start = function(e) {
|
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,
|
* The ListView handles a list of items. It will process drag animations, edit mode,
|
||||||
|
|||||||
@ -137,6 +137,10 @@
|
|||||||
ReorderDrag.prototype = new DragOp();
|
ReorderDrag.prototype = new DragOp();
|
||||||
ReorderDrag.prototype.start = function(e) {
|
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,
|
* The ListView handles a list of items. It will process drag animations, edit mode,
|
||||||
|
|||||||
Reference in New Issue
Block a user