Guest User

Untitled

a guest
Sep 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Y.CalendarBase.prototype._afterHeaderRendererChange = function () {
  2. var headerCell = this.get("contentBox").one(".yui3-calendar-header-label");
  3. headerCell.setContent(this._updateCalendarHeader(this.get('date')));
  4. };
Add Comment
Please, Sign In to add comment