JsRender/Roo.js
[app.Builder.js] / Project / Roo.vala
1  
2
3 static int rid = 1;
4
5 class Project.Roo : Project {
6
7          
8
9     Roo(string path) {
10
11                 
12         base(path);
13         this.xtype = "Roo";
14         // various loader methods..
15         this.id = "project-roo-%d".printf(rid++);
16         
17     }
18 }
19  
20