1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +02:00

Fix some JSHint warnings.

This commit is contained in:
Simo Kinnunen 2014-07-21 15:12:17 +09:00
parent 0c8c0da32e
commit 9604f2dde2
4 changed files with 1 additions and 5 deletions

View file

@ -3,8 +3,6 @@ var util = require('util')
var adb = require('adbkit')
var Promise = require('bluebird')
var wire = require('../wire')
var keyutil = module.exports = Object.create(null)
keyutil.parseKeyCharacterMap = function(stream) {