From a7a5258e5186f34940ccd521a4a950a842e4c41c Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Fri, 12 Jun 2015 17:13:20 +0900 Subject: [PATCH] Remove unused dep from resources/minitouch. --- lib/units/device/resources/minitouch.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/units/device/resources/minitouch.js b/lib/units/device/resources/minitouch.js index 95cc9cad..2b25d04a 100644 --- a/lib/units/device/resources/minitouch.js +++ b/lib/units/device/resources/minitouch.js @@ -10,9 +10,8 @@ var streamutil = require('../../../util/streamutil') module.exports = syrup.serial() .dependency(require('../support/adb')) - .dependency(require('../support/properties')) .dependency(require('../support/abi')) - .define(function(options, adb, properties, abi) { + .define(function(options, adb, abi) { var log = logger.createLogger('device:resources:minitouch') // jshint ignore:line var resources = {