Skip to content

Commit

Permalink
Release: v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tabalinas committed Apr 10, 2016
1 parent a2aa6fd commit 651829e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jssocials",
"version": "1.2.0",
"version": "1.2.1",
"main": [
"dist/jssocials.js",
"dist/jssocials.css",
Expand Down
6 changes: 3 additions & 3 deletions dist/jssocials.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! jssocials - v1.2.0 - 2016-04-04
/*! jssocials - v1.2.1 - 2016-04-10
* http://js-socials.com
* Copyright (c) 2016 Artem Tabalin; Licensed MIT */
(function(window, $, undefined) {
Expand Down Expand Up @@ -169,7 +169,7 @@
_createShareLink: function(share) {
var shareStrategy = this._getShareStrategy(share);

var $result = shareStrategy({
var $result = shareStrategy.call(share, {
shareUrl: this._getShareUrl(share)
});

Expand Down Expand Up @@ -459,7 +459,7 @@

googleplus: {
label: "+1",
logo: "fa fa-google-plus",
logo: "fa fa-google",
shareUrl: "https://plus.google.com/share?url={url}",
countUrl: function() {
return "https://cors-anywhere.herokuapp.com/https://plusone.google.com/_/+1/fastbutton?url="+ window.encodeURIComponent(this.url);
Expand Down
4 changes: 2 additions & 2 deletions dist/jssocials.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jssocials",
"version": "1.2.0",
"version": "1.2.1",
"main": [
"dist/jssocials.js",
"dist/jssocials.css",
Expand Down

0 comments on commit 651829e

Please sign in to comment.