From e5ad101e724e95e829ae6515a25474f5e6fda869 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 28 Jun 2010 17:38:08 +0800 Subject: [PATCH] JSDOC/Introspect/Struct.js --- JSDOC/Introspect/Struct.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/JSDOC/Introspect/Struct.js b/JSDOC/Introspect/Struct.js index a705d0e..c10f10a 100644 --- a/JSDOC/Introspect/Struct.js +++ b/JSDOC/Introspect/Struct.js @@ -2,6 +2,16 @@ GI = imports.gi.GIRepository; + + +XObject = imports.XObject.XObject; +console = imports.console.console; +NameSpace = imports.NameSpace.NameSpace; + +Basic = imports.Basic.Basic; + + + imports['Object.js'].load(Object); @@ -16,7 +26,7 @@ Base = imports['JSDOC/Introspect/Base.js'].Base; * Struct */ -Struct = Object.define( +Struct = XObject.define( function(ns, name) { Base.call(this, ns, name); -- 2.39.2