Repository: cordova-plugins Updated Branches: refs/heads/master 4e006c4e0 -> b61364dd6
ios: Fix #pragma missing "mark" keyword Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/b61364dd Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/b61364dd Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/b61364dd Branch: refs/heads/master Commit: b61364dd64278087d9ef1513eeabcd2ae925819f Parents: 4e006c4 Author: Andrew Grieve <[email protected]> Authored: Thu Nov 27 09:54:02 2014 -0500 Committer: Andrew Grieve <[email protected]> Committed: Thu Nov 27 09:54:02 2014 -0500 ---------------------------------------------------------------------- keyboard/src/ios/CDVKeyboard.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/b61364dd/keyboard/src/ios/CDVKeyboard.m ---------------------------------------------------------------------- diff --git a/keyboard/src/ios/CDVKeyboard.m b/keyboard/src/ios/CDVKeyboard.m index cdde80e..32a9624 100644 --- a/keyboard/src/ios/CDVKeyboard.m +++ b/keyboard/src/ios/CDVKeyboard.m @@ -349,7 +349,7 @@ // ////////////////////////////////////////////////// -#pragma Plugin interface +#pragma mark Plugin interface - (void) shrinkView:(CDVInvokedUrlCommand*)command { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
