Updated Branches:
  refs/heads/master dd4db54bf -> d27fff8b5

Remove reference to database from localstorage docs


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

Branch: refs/heads/master
Commit: 37c6f0c6b105c0d71f135d61a189c0f5824763ef
Parents: dd4db54
Author: Andrew Grieve <[email protected]>
Authored: Tue Oct 22 21:06:12 2013 -0400
Committer: Andrew Grieve <[email protected]>
Committed: Tue Oct 22 21:06:12 2013 -0400

----------------------------------------------------------------------
 docs/en/edge/cordova/storage/localstorage/localstorage.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/37c6f0c6/docs/en/edge/cordova/storage/localstorage/localstorage.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/storage/localstorage/localstorage.md 
b/docs/en/edge/cordova/storage/localstorage/localstorage.md
index 82e3803..976e50d 100644
--- a/docs/en/edge/cordova/storage/localstorage/localstorage.md
+++ b/docs/en/edge/cordova/storage/localstorage/localstorage.md
@@ -43,8 +43,7 @@ The `window.localStorage` interface implements the W3C's [Web 
Storage
 interface](http://dev.w3.org/html5/webstorage/).  An app can use it to
 save persistent data using key-value pairs.  The
 `window.sessionStorage` interface works the same way in every respect,
-except that all data is cleared each time the app closes. Each
-database provides a separate namespace.
+except that all data is cleared each time the app closes.
 
 ## Supported Platforms
 

Reply via email to