style(jshint): jshint compatibility increased

This commit is contained in:
Damian Mee 2014-09-04 01:19:23 +02:00
parent d657afa2a1
commit a7aadc923a
3 changed files with 3 additions and 3 deletions

View file

@ -25,4 +25,4 @@ module.exports = {
var tickerCalls = 0;
module.exports.getTickerCalls = function() {
return tickerCalls;
}
};