You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2012/08/03 00:31:29 UTC

[1/27] docs commit: Modify improper translation in plugin-development/ios/index.md

Updated Branches:
  refs/heads/master bb33fed8a -> e96662976


Modify improper translation in plugin-development/ios/index.md


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/e9666297
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/e9666297
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/e9666297

Branch: refs/heads/master
Commit: e9666297653bc89855847af106261b325c17c87d
Parents: bb37434
Author: Keiko Oda <ke...@gmail.com>
Authored: Thu Aug 2 01:42:33 2012 -0700
Committer: Keiko Oda <ke...@gmail.com>
Committed: Thu Aug 2 01:42:33 2012 -0700

----------------------------------------------------------------------
 .../jp/2.0.0/guide/plugin-development/ios/index.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/e9666297/docs/jp/2.0.0/guide/plugin-development/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/jp/2.0.0/guide/plugin-development/ios/index.md b/docs/jp/2.0.0/guide/plugin-development/ios/index.md
index 322e8b6..e655d2d 100644
--- a/docs/jp/2.0.0/guide/plugin-development/ios/index.md
+++ b/docs/jp/2.0.0/guide/plugin-development/ios/index.md
@@ -149,7 +149,7 @@ Objective-C 側でデバッグするには、 Xcode のビルトインのデバ
 
 * Cordova.plist にプラグインマッピングを追加することを忘れないでください - もし忘れている場合は、 Xcode のコンソールログにエラーが表示されます
 * 接続するすべてのホストを [ホワイトリスト](guide_whitelist_index.md.html#Domain%20Whitelist%20Guide) に追加することを忘れないで下さい - もし忘れている場合は、 Xcode のコンソールログにエラーが表示されます
-* もしアプリが復帰するときの onResume() イベント内で、アラートといったようなネイティブ関数を実行すると、アプリケーションが停止してしまいます。安全のため、 JavaScript 呼び出しをタイムアウト値0の setTimeout でラップしてください:
+* もしアプリが復帰する際にイベント処理をしていて、イベント復帰時にアラートといったようなネイティブ関数を実行すると、アプリケーションが停止してしまいます。安全のため、 JavaScript 呼び出しをタイムアウト値0の setTimeout でラップしてください:
 
         setTimeout(function() {
             // 任意のコード