You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/08/03 19:13:15 UTC

ios commit: Fixed warning for CDVNotification

Updated Branches:
  refs/heads/master 7aa44ac35 -> e70e9cc98


Fixed warning for CDVNotification


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/e70e9cc9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/e70e9cc9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/e70e9cc9

Branch: refs/heads/master
Commit: e70e9cc98aa9f825d9d6a71ade6918b15a823145
Parents: 7aa44ac
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Aug 3 10:13:08 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Aug 3 10:13:08 2012 -0700

----------------------------------------------------------------------
 CordovaLib/Classes/CDVNotification.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/e70e9cc9/CordovaLib/Classes/CDVNotification.m
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVNotification.m b/CordovaLib/Classes/CDVNotification.m
index a1293f5..479ecd8 100644
--- a/CordovaLib/Classes/CDVNotification.m
+++ b/CordovaLib/Classes/CDVNotification.m
@@ -98,7 +98,7 @@
 	[self writeJavascript:[result toSuccessCallbackString:cdvAlertView.callbackId]];
 }
  
-- (void) vibrate:(NSMutableArray*)arguments withDict:(NSMutableDictionary*)options
+- (void) vibrate:(CDVInvokedUrlCommand*)command
 {
 	AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
 }