Skip to content

Instantly share code, notes, and snippets.

@allenrabinovich
Created March 23, 2012 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allenrabinovich/2172868 to your computer and use it in GitHub Desktop.
Save allenrabinovich/2172868 to your computer and use it in GitHub Desktop.
Fix for Calendar Custom Header Renderer
Y.CalendarBase.prototype._afterHeaderRendererChange = function () {
var headerCell = this.get("contentBox").one(".yui3-calendar-header-label");
headerCell.setContent(this._updateCalendarHeader(this.get('date')));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment