JSDOC/Token.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 04:31:08 +0000 (12:31 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 04:31:08 +0000 (12:31 +0800)
JSDOC/Token.js

index 3d12bdd..ece0bfa 100644 (file)
@@ -28,6 +28,7 @@ Token = Object.define(
         this.type = type;
         this.name = name;
         this.prefix = '';    
+        this.outData = ''; // used by packer/scopeparser
         this.identifier = false; // used by scope
     }, 
     Object,