Skip to content

Commit

Permalink
[calendar] Build
Browse files Browse the repository at this point in the history
min files are no change.
  • Loading branch information
okuryu committed Feb 15, 2014
1 parent d9d26b3 commit 6f3852d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build/calendar-base/calendar-base-coverage.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/calendar-base/calendar-base-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ Y.CalendarBase = Y.extend( CalendarBase, Y.Widget, {
this._renderCustomRules();
this._renderSelectedDates();

contentBox.setStyle("visibility", "visible");
contentBox.setStyle("visibility", "inherit");
},


Expand Down Expand Up @@ -1257,7 +1257,7 @@ Y.CalendarBase = Y.extend( CalendarBase, Y.Widget, {
this._paneProperties[paneId].paneDate = newDate;

// Bring the pane visibility back after all DOM changes are done
pane.setStyle("visibility", "visible");
pane.setStyle("visibility", "inherit");

},

Expand Down
Loading

0 comments on commit 6f3852d

Please sign in to comment.