From 44033198f0ba6c1990910345a0abeec2f71bef94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B0=D0=BC=D0=BF=D1=83=D1=88=D0=B0?= Date: Thu, 24 Jul 2014 11:07:38 +0400 Subject: [PATCH] plugin to phonegap 3.0.0 --- www/startApp.prev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/startApp.prev.js b/www/startApp.prev.js index e92eda2..29a69cd 100644 --- a/www/startApp.prev.js +++ b/www/startApp.prev.js @@ -17,10 +17,10 @@ cordova.define("org.apache.cordova.startapp.startapp", function(require, exports * specific language governing permissions and limitations * under the License. * + * to phonegap 3.0.* */ var exec = require('cordova/exec'); -var platform = require('cordova/platform'); /** Open a native alert dialog, with a customizable title and button text. *