Skip to content

Commit 0e641c1

Browse files
committed
version++
1 parent 055d884 commit 0e641c1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "share-buttons",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Simple social buttons for your site.",
55
"directories": {
66
"example": "example"

src/share-buttons.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Class to display the buttons of social networks.
1212
*
1313
* @author Yauheni Pakala <https://wcoder.github.io>
14-
* @version 1.5
14+
* @version 1.6
1515
* @license MIT
1616
*/
1717
function ShareButtons() {
@@ -188,7 +188,7 @@
188188
switch (id) {
189189
case FB_CLASS_NAME:
190190
popupCenter(
191-
stringFormat(FB_LINK_FORMAT, [url,title]),
191+
stringFormat(FB_LINK_FORMAT, [url, title]),
192192
titleDef);
193193
break;
194194

0 commit comments

Comments
 (0)