From 2d1d731382df50155d0edfab1d3541e2d719c3ec 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: Tue, 8 Jul 2014 11:06:26 +0400 Subject: [PATCH] Update startApp.js --- www/startApp.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/startApp.js b/www/startApp.js index 88a2fea..5adea7f 100644 --- a/www/startApp.js +++ b/www/startApp.js @@ -20,7 +20,6 @@ */ var exec = require('cordova/exec'); -var platform = require('cordova/platform'); /** Open a native alert dialog, with a customizable title and button text. * @@ -34,4 +33,4 @@ module.exports = { start: function(message, completeCallback, errorCallback) { exec(completeCallback, errorCallback, "startApp", "start", (typeof message === 'string') ? [message] : message); } -} \ No newline at end of file +}