Skip to content

Commit

Permalink
Add jam-image class to image link wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
aanand committed Sep 4, 2012
1 parent 2477008 commit 0680926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions medallion.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Jam.Medallion.prototype.createImageElement = function() {
imageElement.src = this.json.jam.jamvatarSmall;

var linkElement = this.createLinkElement();
linkElement.className = 'jam-image';
linkElement.appendChild(imageElement);

return linkElement;
Expand Down

0 comments on commit 0680926

Please sign in to comment.