Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D96B51746A for ; Sat, 7 Mar 2015 00:18:19 +0000 (UTC) Received: (qmail 54809 invoked by uid 500); 7 Mar 2015 00:18:15 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 54616 invoked by uid 500); 7 Mar 2015 00:18:15 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 54470 invoked by uid 99); 7 Mar 2015 00:18:14 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Mar 2015 00:18:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9B91EE10B9; Sat, 7 Mar 2015 00:18:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Date: Sat, 07 Mar 2015 00:18:18 -0000 Message-Id: <6ccd92e96a17411d9d371f495072bf81@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Mon Jul 21 14:43:36 2014 -0700 Committer: Shazron Abdullah 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