style(jshint): jshint compatibility increased
This commit is contained in:
parent
d657afa2a1
commit
a7aadc923a
3 changed files with 3 additions and 3 deletions
|
|
@ -39,6 +39,6 @@ module.exports.resetCalls = function() {
|
||||||
calls = {
|
calls = {
|
||||||
status: false,
|
status: false,
|
||||||
fail: false
|
fail: false
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
module.exports.resetCalls();
|
module.exports.resetCalls();
|
||||||
|
|
|
||||||
|
|
@ -25,4 +25,4 @@ module.exports = {
|
||||||
var tickerCalls = 0;
|
var tickerCalls = 0;
|
||||||
module.exports.getTickerCalls = function() {
|
module.exports.getTickerCalls = function() {
|
||||||
return tickerCalls;
|
return tickerCalls;
|
||||||
}
|
};
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,6 @@ module.exports.getBalanceCalls = function() {
|
||||||
};
|
};
|
||||||
module.exports.wasSendCalled = function() {
|
module.exports.wasSendCalled = function() {
|
||||||
return calls.send;
|
return calls.send;
|
||||||
}
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue