This is a migrated thread and some comments may be shown as answers.

RegExp Error in ScriptResource.axd

0 Answers 31 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Juan
Top achievements
Rank 1
Juan asked on 29 Mar 2009, 10:11 PM

error in ScriptResource.axd
----------------------------
this._originalText = "juan ( 1 (1)"

var _64=new RegExp(this._originalText,"g"); --> this line error (*1)
var _65=this._originalTextHtml.replace(_64,_62.value);

the error description:

(*1)
unterminated parenthetical
[Break on this error] var _64=new RegExp(this._originalText,"g");

thank you...

No answers yet. Maybe you can help?

Tags
TreeView
Asked by
Juan
Top achievements
Rank 1
Share this question
or