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 2013/06/21 22:10:34 UTC

[5/5] docs commit: [CB-3961] Update splashscreen to qualify members.

[CB-3961] Update splashscreen to qualify members.


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

Branch: refs/heads/master
Commit: e261c2f0885002c114b2bd259a9cd67aa23af1d0
Parents: 3826579
Author: Mike Sierra <le...@gmail.com>
Authored: Fri Jun 21 13:41:56 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Jun 21 12:57:47 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/cordova/splashscreen/splashscreen.hide.md | 2 +-
 docs/en/edge/cordova/splashscreen/splashscreen.md      | 6 +++---
 docs/en/edge/cordova/splashscreen/splashscreen.show.md | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e261c2f0/docs/en/edge/cordova/splashscreen/splashscreen.hide.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/splashscreen/splashscreen.hide.md b/docs/en/edge/cordova/splashscreen/splashscreen.hide.md
index 6680436..50824cd 100644
--- a/docs/en/edge/cordova/splashscreen/splashscreen.hide.md
+++ b/docs/en/edge/cordova/splashscreen/splashscreen.hide.md
@@ -17,7 +17,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-hide
+splashscreen.hide
 ===============
 
 Dismiss the splash screen.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e261c2f0/docs/en/edge/cordova/splashscreen/splashscreen.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/splashscreen/splashscreen.md b/docs/en/edge/cordova/splashscreen/splashscreen.md
index 1a96b9d..c2cc060 100644
--- a/docs/en/edge/cordova/splashscreen/splashscreen.md
+++ b/docs/en/edge/cordova/splashscreen/splashscreen.md
@@ -25,8 +25,8 @@ Splashscreen
 Methods
 -------
 
-- show
-- hide
+- splashscreen.show
+- splashscreen.hide
 
 Permissions
 -----------
@@ -78,4 +78,4 @@ should be:
 - Default-Portrait@2x~ipad.png (1536x2008 pixels)
 - Default-Portrait~ipad.png (768x1004 pixels)
 - Default@2x~iphone.png (640x960 pixels)
-- Default~iphone.png (320x480 pixels)
\ No newline at end of file
+- Default~iphone.png (320x480 pixels)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e261c2f0/docs/en/edge/cordova/splashscreen/splashscreen.show.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/splashscreen/splashscreen.show.md b/docs/en/edge/cordova/splashscreen/splashscreen.show.md
index 017fd96..dc5880c 100644
--- a/docs/en/edge/cordova/splashscreen/splashscreen.show.md
+++ b/docs/en/edge/cordova/splashscreen/splashscreen.show.md
@@ -17,7 +17,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-show
+splashscreen.show
 ===============
 
 Displays the splash screen.