make linter happy

pull/7/head
Iuri Matias 6 years ago
parent c252c499df
commit 1c6b9d1541
  1. 2
      remix-simulator/src/provider.js

@ -37,7 +37,7 @@ Provider.prototype.sendAsync = function (payload, callback) {
} }
Provider.prototype.send = function (payload, callback) { Provider.prototype.send = function (payload, callback) {
this.sendAsync(payload, callback || () => {}) this.sendAsync(payload, callback || function () {})
} }
Provider.prototype.isConnected = function () { Provider.prototype.isConnected = function () {

Loading…
Cancel
Save