ti-debug
Version:
Server-side components for WebKit Remote Debugging
12 lines (8 loc) • 300 B
JavaScript
function Inspector() {
}
/* ************************************************************************** */
Inspector.prototype.enable = function (params, callback) {
callback(null);
};
/* ************************************************************************** */
module.exports = Inspector;