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/e22c8fb7 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/e22c8fb7 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/e22c8fb7 Branch: refs/heads/4.0.x Commit: e22c8fb73cee4c44eac3803b51e4b632098d0795 Parents: d801bac Author: Shazron Abdullah <shaz...@apache.org> Authored: Mon Jul 21 14:43:36 2014 -0700 Committer: Shazron Abdullah <shaz...@apache.org> Committed: Fri Oct 31 15:37:43 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/e22c8fb7/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-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org