Skip to content

Commit

Permalink
rm module wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
huangminlinux committed May 2, 2017
1 parent d5c1005 commit a008609
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions www/JMessagePlugin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cordova.define("jmessage-phonegap-plugin.JMessagePlugin", function(require, exports, module) {
var exec = require('cordova/exec')

var JMessagePlugin = function () {
Expand Down Expand Up @@ -1002,5 +1001,3 @@ if (!window.plugins.jmessagePlugin) {
}

module.exports = new JMessagePlugin()

});

0 comments on commit a008609

Please sign in to comment.