JSDOC/Scope.js
authorAlan Knowles <alan@roojs.com>
Mon, 11 Jan 2016 08:56:24 +0000 (16:56 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 11 Jan 2016 08:56:24 +0000 (16:56 +0800)
JSDOC/Scope.js

index 8ae7f62..b34d0a0 100644 (file)
@@ -9,7 +9,7 @@
 const Identifier = imports.Identifier.Identifier
 const XObject = imports.XObject.XObject; 
 
-Scope.id = 0;
+Scope.id = -1;
 
 function Scope(braceN, parent, startTokN, lastIdent, token)
 {