JSDOC/DocComment.js
[gnome.introspection-doc-generator] / JSDOC / DocComment.js
index 36baaa4..1e9e94e 100644 (file)
@@ -39,7 +39,6 @@ DocComment = XObject.define(
         {
             function array2object(a)
             {
-                
                 var r = [];
                 a.forEach(function(e) {
                     r.push(e.toObject());