From a00860985fd07825afad1e2f8a65cd063ed08275 Mon Sep 17 00:00:00 2001 From: huangminlinux <380108184@qq.com> Date: Tue, 2 May 2017 10:14:58 +0800 Subject: [PATCH] rm module wrap --- www/JMessagePlugin.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/www/JMessagePlugin.js b/www/JMessagePlugin.js index e2aa948..ebe9e6d 100644 --- a/www/JMessagePlugin.js +++ b/www/JMessagePlugin.js @@ -1,4 +1,3 @@ -cordova.define("jmessage-phonegap-plugin.JMessagePlugin", function(require, exports, module) { var exec = require('cordova/exec') var JMessagePlugin = function () { @@ -1002,5 +1001,3 @@ if (!window.plugins.jmessagePlugin) { } module.exports = new JMessagePlugin() - -});