Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Nov 19, 2014
1 parent 724dd94 commit a7c3b27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/SocialSharing.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
var cordova = require('cordova');

function SocialSharing() {
}

Expand Down Expand Up @@ -97,4 +99,4 @@ SocialSharing.install = function () {
return window.plugins.socialsharing;
};

cordova.addConstructor(SocialSharing.install);
cordova.addConstructor(SocialSharing.install);

0 comments on commit a7c3b27

Please sign in to comment.