Skip to content

Commit

Permalink
fix(listView): ionic.extend not extend
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Feb 4, 2015
1 parent 93643c4 commit 7557c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/views/listView.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7557c58

Please sign in to comment.