This commit is contained in:
Лампуша
2014-06-09 13:11:55 +04:00
parent 2103f7f771
commit 275a32070a
2 changed files with 40 additions and 3 deletions
+2 -3
View File
@@ -1,4 +1,4 @@
cordova.define("org.apache.cordova.startapp.startapp", function(require, exports, module) { /*
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
@@ -34,5 +34,4 @@ module.exports = {
start: function(message, completeCallback, errorCallback) {
exec(completeCallback, errorCallback, "startApp", "start", (typeof message === 'string') ? [message] : message);
}
}
});
}