JSDOC/Identifier.js
[gnome.introspection-doc-generator] / 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 = {};