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