diff --git a/js/views/listView.js b/js/views/listView.js index 20807151c0..f147d8b51e 100644 --- a/js/views/listView.js +++ b/js/views/listView.js @@ -173,7 +173,7 @@ if (!_this._lastDrag) { _this._lastDrag = {}; } - extend(_this._lastDrag, _this._currentDrag); + ionic.extend(_this._lastDrag, _this._currentDrag); if (_this._currentDrag) { _this._currentDrag.buttons = null; _this._currentDrag.content = null;