Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Smus committed Aug 5, 2011
1 parent 0e3f9d4 commit 787d22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ var changeAvatar = function(avatar){
var data = {
id: myAvatar.data-profile-id,
action: 'changeAvatar',
newAvatar: Avatars[avatar];
newAvatar: Avatars[avatar]
};
document.querySelector('#chat-window iframe').contentWindow.postMessage(
data, document.location.origin);
Expand Down

0 comments on commit 787d22c

Please sign in to comment.