You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by al...@apache.org on 2016/06/08 14:33:13 UTC

cordova-paramedic git commit: Don't ignore --useTunnel when using config

Repository: cordova-paramedic
Updated Branches:
  refs/heads/master d21b72d16 -> ced1ed1ad


Don't ignore --useTunnel when using config


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

Branch: refs/heads/master
Commit: ced1ed1add6fcfee09185dec05abb9c7ea37c676
Parents: d21b72d
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Wed Jun 8 17:33:02 2016 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
Committed: Wed Jun 8 17:33:02 2016 +0300

----------------------------------------------------------------------
 lib/ParamedicConfig.js | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/ced1ed1a/lib/ParamedicConfig.js
----------------------------------------------------------------------
diff --git a/lib/ParamedicConfig.js b/lib/ParamedicConfig.js
index 6d14d42..51a1114 100644
--- a/lib/ParamedicConfig.js
+++ b/lib/ParamedicConfig.js
@@ -57,6 +57,10 @@ ParamedicConfig.prototype.getUseTunnel = function () {
     return this._config.useTunnel;
 };
 
+ParamedicConfig.prototype.setUseTunnel = function (useTunnel) {
+    this._config.useTunnel = useTunnel;
+};
+
 ParamedicConfig.prototype.getOutputDir = function () {
     return this._config.outputDir;
 };


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