fix(listView): ionic.extend not extend

This commit is contained in:
Max Lynch
2015-02-04 10:36:27 -06:00
parent 93643c4127
commit 7557c58ea6

View File

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