X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FTokenReader.js;fp=JSDOC%2FTokenReader.js;h=e8c86ec5523b6ac1db82ef28ff3b9d71469574fe;hp=b5f46bece5b4f177078b458d1f229fa1869a5ea5;hb=e66f9d33358da0bc24c1aee179a58f1c69f9d177;hpb=07f503171d7c8323bf297cf7f5e8c6b8b3f6af0a diff --git a/JSDOC/TokenReader.js b/JSDOC/TokenReader.js index b5f46be..e8c86ec 100644 --- a/JSDOC/TokenReader.js +++ b/JSDOC/TokenReader.js @@ -63,6 +63,7 @@ const TokenReader = XObject.define( if (this.read_regx(stream, tokens)) continue; if (this.read_numb(stream, tokens)) continue; if (this.read_punc(stream, tokens)) continue; + if(typeof(tokens) == 'undefined') {console.log('empty????');} if (this.read_newline(stream, tokens)) continue; if (this.read_space(stream, tokens)) continue; if (this.read_word(stream, tokens)) continue;