Include the handler code that caused the error

This commit is contained in:
Nathan Gray 2011-08-31 00:09:55 +00:00
parent 7b7397e92d
commit 114debd00f

View File

@ -177,7 +177,7 @@ function et2_checkType(_val, _type, _attr)
}
catch(e)
{
et2_debug("error", "Error while parsing JS event handler code", e);
et2_debug("error", "Error while parsing JS event handler code", e,_val);
}
}