You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/07/10 19:35:06 UTC

js commit: whitespace

Updated Branches:
  refs/heads/master da5d00b8c -> b6cf30995


whitespace


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

Branch: refs/heads/master
Commit: b6cf309955d46faf5819b01fa107c1a7283bed66
Parents: da5d00b
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Jul 10 10:34:35 2012 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Tue Jul 10 10:34:35 2012 -0700

----------------------------------------------------------------------
 lib/wp7/plugin/wp7/DOMStorage.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/b6cf3099/lib/wp7/plugin/wp7/DOMStorage.js
----------------------------------------------------------------------
diff --git a/lib/wp7/plugin/wp7/DOMStorage.js b/lib/wp7/plugin/wp7/DOMStorage.js
index f37c8b8..03040dc 100644
--- a/lib/wp7/plugin/wp7/DOMStorage.js
+++ b/lib/wp7/plugin/wp7/DOMStorage.js
@@ -7,7 +7,7 @@ try {
     //console.log("caught exception trying to access document.domain");
 }
 
-// conditionally patch the window.localStorage and window.sessionStorage objects 
+// conditionally patch the window.localStorage and window.sessionStorage objects
 if (!docDomain || docDomain.length === 0) {
 
     var DOMStorage = function(type) {
@@ -55,7 +55,7 @@ if (!docDomain || docDomain.length === 0) {
         },
 
     /*
-        The length attribute must return the number of key/value pairs currently present 
+        The length attribute must return the number of key/value pairs currently present
         in the list associated with the object.
     */
         getLength:function() {