mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-20 23:56:20 +08:00
Remove comment for unused parameter.
This commit is contained in:
parent
04e3ceac96
commit
44761f87d2
@ -424,7 +424,6 @@ PhoneGap.callbackStatus = {
|
||||
* @param {String} service The name of the service to use
|
||||
* @param {String} action Action to be run in PhoneGap
|
||||
* @param {String[]} [args] Zero or more arguments to pass to the method
|
||||
* @param {String} jsClass The class to cast the return as
|
||||
*/
|
||||
PhoneGap.exec = function(success, fail, service, action, args) {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user