Attribute changed old-javascript
[app.Builder.js] / old-javascript / Project / Roo.js
diff --git a/old-javascript/Project/Roo.js b/old-javascript/Project/Roo.js
new file mode 100755 (executable)
index 0000000..3cf0027
--- /dev/null
@@ -0,0 +1,28 @@
+//<Script type="text/javascript">
+
+console = imports.console;
+XObject = imports.XObject.XObject;
+
+Base = imports.Project.Base.Base;
+
+id = 1;
+
+Roo = XObject.define(
+    function(cfg) {
+        
+        
+        Roo.superclass.constructor.call(this, cfg);
+
+       
+        // various loader methods..
+        this.id = 'project-gti-' + (id++);
+    }, 
+    Base,
+    {
+         
+        file : false
+    }
+);
\ No newline at end of file