Remove comment for unused parameter.

This commit is contained in:
Bryce Curtis 2010-11-21 16:31:49 -06:00
parent 04e3ceac96
commit 44761f87d2

View File

@ -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 {