JSDOC/Identifier.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 05:46:57 +0000 (13:46 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 05:46:57 +0000 (13:46 +0800)
JSDOC/Identifier.js

index f819b92..6b25cf6 100644 (file)
@@ -9,6 +9,7 @@
 
 
 function Identifier(name, scope) {
+    print("NEW IDENT: " + name);
     this.name = name;
     this.scope = scope;
     this.identifiers = {};