diff --git a/framework/assets/js/phonegap.js.base b/framework/assets/js/phonegap.js.base index 34a503ac..fee9314e 100755 --- a/framework/assets/js/phonegap.js.base +++ b/framework/assets/js/phonegap.js.base @@ -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 {