mirror of
https://github.com/lampaa/com.lampa.startapp.git
synced 2026-05-01 00:00:05 +08:00
update
This commit is contained in:
+2
-3
@@ -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);
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user