%PDF- %PDF-
Direktori : /proc/985914/root/data/old/home/stash/stash/atlassian-stash/static/model/ |
Current File : //proc/985914/root/data/old/home/stash/stash/atlassian-stash/static/model/pull-request-min.js |
define("model/pull-request",["backbone-brace","model/participant","model/participant-collection","model/revision-reference"],function(C,B,A,D){return C.Model.extend({namedAttributes:{id:null,link:null,links:Object,fromRef:D,toRef:D,author:B,reviewers:A,participants:A,state:null,open:"boolean",closed:"boolean",title:null,createdDate:Date,updatedDate:Date,version:null,description:null,descriptionAsHtml:null,attributes:null},addParticipant:function(E){var F=this.getParticipants().findByUser(E.getUser());if(!F){this.getParticipants().add(E)}}},{state:{OPEN:"OPEN",MERGED:"MERGED",DECLINED:"DECLINED"}})});