JSDOC/Scope.js
authorAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 14:58:22 +0000 (22:58 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 14:58:22 +0000 (22:58 +0800)
JSDOC/Scope.js

index 84e86da..2391478 100644 (file)
@@ -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;