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 2015/03/07 01:18:18 UTC

[05/43] ios commit: CB-7047 - typo fix

CB-7047 - typo fix


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

Branch: refs/heads/4.0.x
Commit: 7ce625ba9279716e4a2f3958a49bf31e13e87fcd
Parents: 641992c
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Jul 21 14:43:36 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Jul 21 14:43:36 2014 -0700

----------------------------------------------------------------------
 CordovaLib/Classes/CDVWebViewPreferences.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/7ce625ba/CordovaLib/Classes/CDVWebViewPreferences.m
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVWebViewPreferences.m b/CordovaLib/Classes/CDVWebViewPreferences.m
index 55f447b..f1cb48f 100644
--- a/CordovaLib/Classes/CDVWebViewPreferences.m
+++ b/CordovaLib/Classes/CDVWebViewPreferences.m
@@ -257,7 +257,7 @@
         theWebView.configuration.mediaPlaybackRequiresUserAction = mediaPlaybackRequiresUserAction;
 
         BOOL suppressesIncrementalRendering = NO; // default
-        prefObj = [self cordovaSettings:settings forKey:@"MediaPlaybackRequiresUserAction"];
+        prefObj = [self cordovaSettings:settings forKey:@"SuppressesIncrementalRendering"];
         if (prefObj != nil) {
             suppressesIncrementalRendering = [(NSNumber*)prefObj boolValue];
         }


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