diff --git a/lib/adb.js b/lib/adb.js index 27ac59a..a7658f3 100644 --- a/lib/adb.js +++ b/lib/adb.js @@ -45,10 +45,10 @@ function ADBObject() { }; } -exports.VERSIONINFO = "Android Debug Bridge Interface (adb.js) version 0.1"; -exports.global = global; -exports.require = global.require; - exports.create = function() { return new ADBObject(); }; + +exports.VERSIONINFO = "Android Debug Bridge Interface (adb.js) version 0.1"; +exports.global = global; +exports.require = global.require;