From 697cb830154e481fff7534c9a3716fe8f7918b59 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Jul 2010 22:58:22 +0800 Subject: [PATCH] JSDOC/Scope.js --- JSDOC/Scope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index 84e86da..2391478 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -6,7 +6,7 @@ * // FIXME - I need this to do next() without doccomments.. */ -Identifier = imports['JSDOC/Identifier.js'].Identifier +Identifier = imports.Identifier.Identifier XObject = imports.XObject.XObject; -- 2.39.2