Skip to content

Commit

Permalink
return this
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Johnson committed Jul 15, 2014
1 parent fc8f205 commit 8edc39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svg_alike.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
$(this).attr('src', $(this).attr('src').replace(".svg", ".png"));
})
}
return self;
return this;
}
$(function() {
$('body').svgAlike();
Expand Down

0 comments on commit 8edc39d

Please sign in to comment.