Browse Source

remove unnecessary stopListeningTo

Adam Shaw 8 năm trước cách đây
mục cha
commit
20336ca639
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/Calendar.render.js

+ 0 - 2
src/Calendar.render.js

@@ -156,8 +156,6 @@ Calendar.mixin({
 
 
 	unbindViewHandlers: function(view) {
-		this.stopListeningTo(view);
-
 		view.unwatch('titleForCalendar');
 		view.unwatch('dateProfileForCalendar');
 	},