Palete/Gtk.js
authorAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 11:58:51 +0000 (19:58 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 11:58:51 +0000 (19:58 +0800)
Palete/Gtk.js

index 6ff78cc..5222dc1 100644 (file)
@@ -307,7 +307,7 @@ Gtk = XObject.define(
                 var add = {
                     name :  n_original.replace(/\-/g, '_'),
                     type : 'function', //???
-                    desc : this.doc(ename + '.' + n_original)
+                    desc : '', //this.doc(ename + '.' + n_original)
                 };
                 this.genParams(prop,add);
                 mlist.push(add);