tools
[app.Builder.js] / XObject.js
index 0ad55dd..ffa41ea 100644 (file)
@@ -30,6 +30,9 @@ GObject = imports.gi.GObject;
  * 
  * use XObject.debug = 1 to turn on debugging
  * 
+ * If XObject/[xns]/[xtype].js exists, it will use this to override properties..
+ * 
+ * 
  * He's some questions.
  * - should we have a special property to use as the constructor / gobject.properties rather
  *   than sending all basic types to this?
@@ -558,7 +561,8 @@ XObject.extend(XObject,
      */
 
 
-    extendIf : function(o, c){
+    extendIf : function(o, c)
+    {
 
         if(!o || !c || typeof c != 'object'){
             return o;
@@ -595,7 +599,8 @@ XObject.extend(XObject,
      * @return {Function} constructor (eg. class
      * @method define
      */
-    define : function(){
+    define : function()
+    {
         // inline overrides
         var io = function(o){
             for(var m in o){