You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2015/07/10 21:20:11 UTC

[6/9] cordova-plugin-media git commit: Fix for @synthesize rate mistype

Fix for @synthesize rate mistype


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/062221e9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/062221e9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/062221e9

Branch: refs/heads/master
Commit: 062221e90883db49da05ad75f322ccea33433468
Parents: 8c51597
Author: Alex Oshchepkov <al...@gmail.com>
Authored: Sat Feb 7 00:49:33 2015 +0500
Committer: Alex Oshchepkov <al...@gmail.com>
Committed: Sat Feb 7 00:49:33 2015 +0500

----------------------------------------------------------------------
 src/ios/CDVSound.m | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/062221e9/src/ios/CDVSound.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVSound.m b/src/ios/CDVSound.m
index de9ca19..8300276 100644
--- a/src/ios/CDVSound.m
+++ b/src/ios/CDVSound.m
@@ -713,8 +713,7 @@
 
 @synthesize resourcePath;
 @synthesize resourceURL;
-@synthesize player, volume;
-@synthesize player, rate;
+@synthesize player, volume, rate;
 @synthesize recorder;
 
 @end


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org