var assign = require('object-assign'); /** * Initialize a new project instance from server data * * @param obj Internal * @constructor */ function Project(obj) { // TODO document known properties assign(this, obj); } assign(Project.prototype, { }); module.exports = Project;
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 15688 | Doug Scheirer |
Populate -o //guest/perforce_software/helix-web-services/... //guest/doug_scheirer/helix-web-services/.... |
||
//guest/perforce_software/helix-web-services/main/source/helix_web_services_client_js/models/Project.js | |||||
#1 | 15622 | tjuricek |
Move source code to 'source/' subdirectory of branch. build/ will remain where it is. |
||
//guest/perforce_software/helix-web-services/main/helix_web_services_client_js/models/Project.js | |||||
#1 | 14175 | tjuricek |
Very basic read-only project details page. We're not going to display complete user detail information for a while. |