X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FIntrospect%2FClass.js;h=defcce95709fd21b1c75262e8d5c754de8c277c9;hp=e134ba7ed416edb34040c10ca242f5edce3d11ba;hb=8a62064e38e877947692115f84948aec5e77cd9d;hpb=109b8349b9418a05e20e50ecede10bd80386b062 diff --git a/JSDOC/Introspect/Class.js b/JSDOC/Introspect/Class.js index e134ba7..defcce9 100644 --- a/JSDOC/Introspect/Class.js +++ b/JSDOC/Introspect/Class.js @@ -7,12 +7,19 @@ xml = imports.libxml; imports['Object.js'].load(Object); console = imports['console.js'].console; -JSDOC = imports['JSDOC.js'].JSDOC; + Introspect = imports['JSDOC/Introspect.js'].Introspect; Base = imports['JSDOC/Introspect/Base.js'].Base; +XObject = imports.XObject.XObject; +console = imports.console.console; + + +NameSpace = imports.NameSpace.NameSpace; +Basic = imports.Basic.Basic; + @@ -23,7 +30,7 @@ Base = imports['JSDOC/Introspect/Base.js'].Base; -Class = Object.define( +Class = XObject.define( function(ns, name) { Base.call(this, ns, name); this.loadExtends();