Skip to content

Commit 22fad4c

Browse files
committedJun 21, 2016
fix(item): listEle does not longer exist
1 parent 060d064 commit 22fad4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/item/item-sliding-gesture.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export class ItemSlidingGesture extends DragGesture {
103103

104104
unlisten() {
105105
super.unlisten();
106-
this.listEle = null;
106+
this.list = null;
107107
}
108108
}
109109

0 commit comments

Comments
 (0)
Please sign in to comment.