You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/08/26 00:10:28 UTC

[4/6] cordova-template-reference git commit: changed '=' to ':'

changed '=' to ':'


Project: http://git-wip-us.apache.org/repos/asf/cordova-template-reference/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-template-reference/commit/2e6529d5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-template-reference/tree/2e6529d5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-template-reference/diff/2e6529d5

Branch: refs/heads/master
Commit: 2e6529d502b0a7b10d533431043b54c2eaf25e4e
Parents: b2a185b
Author: carynbear <ca...@berkeley.edu>
Authored: Fri Jul 15 13:28:10 2016 -0700
Committer: carynbear <ca...@berkeley.edu>
Committed: Fri Jul 15 13:28:10 2016 -0700

----------------------------------------------------------------------
 README.md | 2 +-
 index.js  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-template-reference/blob/2e6529d5/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a860b68..26d4693 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ All files outside of `template_src` are used to define parameters about the temp
 var path = require('path');
 
 module.export = {
-    dirname = path.join(__dirname, 'template_src')
+    dirname : path.join(__dirname, 'template_src')
 };
 ```
 

http://git-wip-us.apache.org/repos/asf/cordova-template-reference/blob/2e6529d5/index.js
----------------------------------------------------------------------
diff --git a/index.js b/index.js
index 8464292..b4292e9 100644
--- a/index.js
+++ b/index.js
@@ -1,5 +1,5 @@
 var path = require('path');
 
 module.export = {
-    dirname = path.join(__dirname, 'template_src')
+    dirname : path.join(__dirname, 'template_src')
 };
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org