Browse Source

no need for normalizeEvent

Adam Shaw 8 years ago
parent
commit
e679f95bce
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/Calendar.js

+ 0 - 6
src/Calendar.js

@@ -315,12 +315,6 @@ var Calendar = FC.Calendar = Class.extend(EmitterMixin, {
 			this.opt('timezone'),
 			this.opt('lazyFetching')
 		);
-	},
-
-
-	// hook for external libs to manipulate event properties upon creation.
-	// should manipulate the event in-place.
-	normalizeEvent: function(event) {
 	}
 
 });