Skip to content

Commit

Permalink
Reencode the file in legacy UTF-8 to prevent issue in Capacitor
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyElGringo committed Jul 3, 2018
1 parent 46287b3 commit 2e28dca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/SocialSharing.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
function SocialSharing() {
}
function SocialSharing() {
}

// Override this method (after deviceready) to set the location where you want the iPad popup arrow to appear.
// If not overridden with different values, the popup is not used. Example:
//
//
// window.plugins.socialsharing.iPadPopupCoordinates = function() {
// return "100,100,200,300";
// };
Expand Down

0 comments on commit 2e28dca

Please sign in to comment.