marionette-client
Advanced tools
Comparing version 0.12.0 to 0.12.1
@@ -45,3 +45,9 @@ /** | ||
this.client._sendCommand(command, responseKey, callback); | ||
var isSync = this.client.isSync; | ||
var result = | ||
this.client._sendCommand(command, responseKey, callback); | ||
if (isSync) | ||
return result; | ||
return this; | ||
@@ -48,0 +54,0 @@ }, |
{ | ||
"name": "marionette-client", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"main": "lib/marionette/index", | ||
@@ -5,0 +5,0 @@ "description": "Marionette Javascript Client", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
168664
5562