Merge pull request #41 from ironlion/patch-1

Override/add one property of an existing button
master
Artem Sapegin 2013-11-28 23:21:31 -08:00
commit 67ca36b307
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ SocialLikes.prototype = {
},
initUserButtons: function() {
if (!this.userButtonInited && window.socialLikesButtons) {
$.extend(services, socialLikesButtons);
$.extend(true, services, socialLikesButtons);
}
this.userButtonInited = true;
},