X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_rtf_Parser.js.html;fp=docs%2Fsrc%2FRoo_rtf_Parser.js.html;h=cb72a4efb00b94aef9c4881c6cc955b677a2a325;hp=26d7659d38878ae785579db1085f9ac7284b32f3;hb=47c96bffe20aebba2f6d3d95a6428931e0b3a2da;hpb=fc82bff3902f6b9018e9efb96c6ea168fb4f5d7a diff --git a/docs/src/Roo_rtf_Parser.js.html b/docs/src/Roo_rtf_Parser.js.html index 26d7659d38..cb72a4efb0 100644 --- a/docs/src/Roo_rtf_Parser.js.html +++ b/docs/src/Roo_rtf_Parser.js.html @@ -173,7 +173,7 @@ this.hexStore.push(cmd); }, cmderror : function(cmd) { - throw new Exception (cmd.value); + throw cmd.value; }, /* @@ -303,8 +303,9 @@ { this.emitText(); if (this.controlWord === '') { - this.emitError('empty control word'); - } else { + // do we want to track this - it seems just to cause problems. + //this.emitError('empty control word'); + } else { this.push({ type: 'controlword', value: this.controlWord,