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

[15/48] js commit: Some more code cleanup

Some more code cleanup


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/7473931d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/7473931d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/7473931d

Branch: refs/heads/master
Commit: 7473931dea43133f23a75997c4298755f22a1e6e
Parents: 54f3ed9
Author: Tim Kim <ti...@nitobi.com>
Authored: Thu May 31 14:40:57 2012 -0700
Committer: Tim Kim <ti...@nitobi.com>
Committed: Thu Jun 7 13:40:24 2012 -0700

----------------------------------------------------------------------
 lib/playbook/plugin/playbook/Entry.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/7473931d/lib/playbook/plugin/playbook/Entry.js
----------------------------------------------------------------------
diff --git a/lib/playbook/plugin/playbook/Entry.js b/lib/playbook/plugin/playbook/Entry.js
index f2700ef..bf7ea75 100644
--- a/lib/playbook/plugin/playbook/Entry.js
+++ b/lib/playbook/plugin/playbook/Entry.js
@@ -37,7 +37,7 @@ module.exports = {
                 success(theFileProperties.dateModified);
             }
         }else{
-            console.log('Unsupported for directories')
+            console.log('Unsupported for directories');
             fail(FileError.INVALID_MODIFICATION_ERR);
         }
     },
@@ -80,7 +80,7 @@ module.exports = {
                 }
             };
 
-        // Entry object is borked - unable to instantiate a new Entry object so just create one
+        // Entry object is borked 
         var theEntry = {};
         var dstPath = parent.fullPath + '/' + name;
         if(this.isFile){
@@ -187,7 +187,7 @@ module.exports = {
                 }
             };
 
-        // Entry object is borked - unable to instantiate a new Entry object so just create one
+        // Entry object is borked
         var theEntry = {};
         var dstPath = parent.fullPath + '/' + name;
         if(this.isFile){