JSDOC/Symbol.js
[gnome.introspection-doc-generator] / JSDOC / Symbol.js
index d4dac3a..10dff41 100644 (file)
@@ -127,6 +127,7 @@ Symbol = XObject.define(
                         
                     case 'string':
                     case 'number':
+                    case 'boolean':
                         ret[i] = this[i]; continue;
                     default:
                         print("unknown type:" + typeof(this[i]));