UNPKG

ti-debug

Version:

Server-side components for WebKit Remote Debugging

19 lines (13 loc) 409 B
function CSS() { } /* ************************************************************************** */ CSS.prototype.enable = function (params, callback) { callback(null); }; CSS.prototype.getSupportedCSSProperties = function (params, callback) { callback({ cssProperties : [] }); }; /* ************************************************************************** */ module.exports = CSS;