JSDOC/Scope.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 08:55:30 +0000 (16:55 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 08:55:30 +0000 (16:55 +0800)
JSDOC/Scope.js

index 6a2979c..f65f8b1 100644 (file)
@@ -10,7 +10,7 @@ Identifier = imports.Identifier.Identifier
 XObject = imports.XObject.XObject; 
 
 
-function Scope(braceN, parent, startTokN, lastIdent)
+function Scope(braceN, parent, startTokN, lastIdent, token)
 {
     if (lastIdent.length) {
        //  println("NEW SCOPE: " + lastIdent);