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

Commit

Permalink
Fix evtData indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mweibel committed Feb 17, 2014
1 parent 880878c commit 987be20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion candy.bundle.map

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion src/view/pane.js
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,10 @@ Candy.View.Pane = (function(self, $) {

$('.room-pane').each(function() {
var elem = $(this);
evtData = {'roomJid': elem.attr('data-roomjid'), 'element' : elem};
evtData = {
'roomJid': elem.attr('data-roomjid'),
'element' : elem
};

if(elem.attr('id') === ('chat-room-' + roomId)) {
elem.show();
Expand Down

0 comments on commit 987be20

Please sign in to comment.