X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=Introspect%2FStruct.js;fp=JSDOC%2FIntrospect%2FStruct.js;h=a3a72dcf6b52ecc599b86e6f4ef3541d7d9eddf4;hp=a705d0eed4a817112e3fc4dbc42af8e22ff55e32;hb=134619d3049edce9b27810483e8011e5dfb783e0;hpb=649a91296eb2d7e5cbd4d1407deb9c1fa714229f diff --git a/JSDOC/Introspect/Struct.js b/Introspect/Struct.js similarity index 85% rename from JSDOC/Introspect/Struct.js rename to Introspect/Struct.js index a705d0e..a3a72dc 100644 --- a/JSDOC/Introspect/Struct.js +++ b/Introspect/Struct.js @@ -2,21 +2,21 @@ GI = imports.gi.GIRepository; -imports['Object.js'].load(Object); -console = imports['console.js'].console; +XObject = imports.XObject.XObject; +console = imports.console.console; +NameSpace = imports.NameSpace.NameSpace; +Base = imports.Base.Base; - - -Introspect = imports['JSDOC/Introspect.js'].Introspect; -Base = imports['JSDOC/Introspect/Base.js'].Base; + + /** * Struct */ -Struct = Object.define( +Struct = XObject.define( function(ns, name) { Base.call(this, ns, name);