Undo opts.systemPort change

This commit is contained in:
Chi Thu Le
2013-11-11 19:41:28 +01:00
parent f8e2909ed2
commit 7de39ffba3
+1 -1
View File
@@ -19,7 +19,7 @@ var ADB = require('./adb.js')
var Selendroid = function(opts) {
this.opts = opts;
this.opts.devicePort = 8080;
this.opts.systemPort = opts.systemPort || 4724;
this.opts.systemPort = opts.systemPort;
this.avdName = opts.avdName || null;
this.appWaitActivity = opts.appWaitActivity;
this.serverApk = null;