JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index bd233de..241c2dd 100644 (file)
@@ -304,7 +304,7 @@ Packer.prototype = {
         
         return GLib.compute_checksum_for_string(GLib.ChecksumType.MD5, string, string.length);
         
-    }
+    },
     stringHandler : function(tok)
     {
         //print("STRING HANDLER");
@@ -333,4 +333,4 @@ Packer.prototype = {
     }
     
     
-});
+};