Skip to content

Commit

Permalink
fix(item): listEle does not longer exist
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jun 21, 2016
1 parent 060d064 commit 22fad4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/item/item-sliding-gesture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class ItemSlidingGesture extends DragGesture {

unlisten() {
super.unlisten();
this.listEle = null;
this.list = null;
}
}

Expand Down

0 comments on commit 22fad4c

Please sign in to comment.