Julienh / Sharrre

Make your sharing widget! Sharrre is a jQuery plugin that allows you to create nice widgets sharing for Facebook, Twitter, Google Plus (with PHP script) and more.
sharrre.com
MIT License
1.04k stars 411 forks source link

added an empty buttons obj on the defaults obj #288

Open jyork03 opened 8 years ago

jyork03 commented 8 years ago

This fixes a bug that causes an error on line 62 ( self.platforms[name] = SharrrePlatform.get(name, self.options.buttons[name]) ) if the initiation script doesn't include the buttons object. After this change, it can be safely omitted if not needed.