Little drag sheels

This commit is contained in:
Max Lynch
2013-10-11 17:49:31 -05:00
parent 7496347f6b
commit 07ccf9ef9a
2 changed files with 8 additions and 0 deletions

4
dist/js/ionic.js vendored
View File

@ -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,