JSDOC/DocComment.js
[gnome.introspection-doc-generator] / JSDOC / DocComment.js
index b76f67c..4332fff 100644 (file)
@@ -42,7 +42,7 @@ DocComment = XObject.define(
             for (var i in this) {
                 switch (typeof(this[i])) {
                     case 'function':
-                       continue;
+                    case 'object':
                        continue;
                         
                     case 'string':