Update social-likes.js

master
Alexander Burtsev 2013-12-05 16:15:18 +03:00
parent 69e58d0ee6
commit 6739a10fa1
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ SocialLikes.prototype = {
var button = $('<div>', {
'class': getElementClassNames('button', 'single'),
'text': this.options['singleTitle']
'text': this.options.singleTitle
});
button.prepend($('<span>', {'class': getElementClassNames('icon', 'single')}));
wrapper.append(button);