Browse Source

fix listview updatesize

Adam Shaw 8 năm trước cách đây
mục cha
commit
e17fd0a054
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/list/ListView.js

+ 1 - 1
src/list/ListView.js

@@ -43,7 +43,7 @@ var ListView = View.extend({
 	},
 
 
-	setHeight: function(totalHeight, isAuto) {
+	updateSize: function(totalHeight, isAuto, isResize) {
 		this.scroller.setHeight(this.computeScrollerHeight(totalHeight));
 	},