Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Revert 880878 - fix show room/hide
Browse files Browse the repository at this point in the history
  • Loading branch information
mweibel committed Aug 13, 2014
1 parent 0c25dad commit 77a90cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion candy.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion candy.bundle.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion candy.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion candy.min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/view/pane.js
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ Candy.View.Pane = (function(self, $) {
*/
$(Candy).triggerHandler('candy:view.room.after-show', evtData);

} else if(elem.is(':visible')) {
} else {
elem.hide();

/** Event: candy:view.room.after-hide
Expand Down

0 comments on commit 77a90cf

Please sign in to comment.