Repository: cordova-ios Updated Branches: refs/heads/wkwebview 641992c48 -> 3d39ef4e3
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/wkwebview Commit: 7ce625ba9279716e4a2f3958a49bf31e13e87fcd Parents: 641992c Author: Shazron Abdullah <[email protected]> Authored: Mon Jul 21 14:43:36 2014 -0700 Committer: Shazron Abdullah <[email protected]> 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]; }
