Просмотр исходного кода

dont need updateNowIndicator hack anymore

Adam Shaw 8 лет назад
Родитель
Сommit
618fbc3227
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      src/View.js

+ 1 - 3
src/View.js

@@ -383,9 +383,7 @@ var View = FC.View = InteractiveDateComponent.extend({
 			InteractiveDateComponent.prototype.updateSize.apply(this, arguments);
 		}
 
-		if (this.has('dateProfile')) { // ugh
-			this.updateNowIndicator();
-		}
+		this.updateNowIndicator();
 	},