This got broke again since the new databridge 1.0.6 update, any way i kept the file that was fixed before saved just in case
and also did what ray told me to do

To correct the problem I had to update line 247 from:
queue[x].validate = new Function(validateFunc);
to:
queue[x].validate = new Function("e",validateFunc);
