From: Alan Knowles Date: Mon, 11 May 2015 10:42:59 +0000 (+0800) Subject: JSDOC/DocTag.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=5642701942a847565b9d1cc8698472d020f700c9;ds=sidebyside JSDOC/DocTag.js --- diff --git a/JSDOC/DocTag.js b/JSDOC/DocTag.js index 4ac2783..09ac12b 100644 --- a/JSDOC/DocTag.js +++ b/JSDOC/DocTag.js @@ -94,7 +94,7 @@ DocTag = XObject.define( // if type == @cfg, and matches (|....|...) - src = str.trim(); + src = src.trim(); if (this.title == "cfg" && src.match(/^\([^)]+\)/)) { var m = src.match(/^\(([^)]+)\)/); if (m[1].match(/\|/)) {