JSDOC/Identifier.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 03:43:28 +0000 (11:43 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 03:43:28 +0000 (11:43 +0800)
JSDOC/Identifier.js

index 07078ce..3cb9806 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 
-Identifier = function(name, scope) {
+function Identifier(name, scope) {
     this.name = name;
     this.scope = scope;
     this.identifiers = {};