(old_val, new_val, acc)
| 2603 | }; |
| 2604 | scheduler2._is_pos_changed = function(old_pos, new_pos) { |
| 2605 | function diff(old_val, new_val, acc) { |
| 2606 | return !!(Math.abs(old_val - new_val) > acc); |
| 2607 | } |
| 2608 | if (!(old_pos && this._drag_pos)) { |
| 2609 | return true; |
| 2610 | } |