This repository has been archived on 2023-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
vn-softphone/views/header/index.js

7 lines
107 B
JavaScript

module.exports = {
init: function(args, cb) {
this.title = 'Test';
cb();
}
}