Parcourir la source

unnecessary return

Adam Shaw il y a 8 ans
Parent
commit
1b52776c60
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/View.js

+ 0 - 2
src/View.js

@@ -213,8 +213,6 @@ var View = FC.View = InteractiveDateComponent.extend({
 		) {
 			this.set('dateProfile', newDateProfile);
 		}
-
-		return newDateProfile.date;
 	},