numbas / Numbas

A completely browser-based e-assessment/e-learning system, with an emphasis on mathematics
http://www.numbas.org.uk
Apache License 2.0
200 stars 117 forks source link

Issue with < in function definitions using javascript #234

Closed BillFoster closed 11 years ago

BillFoster commented 11 years ago

For example see https://numbas-editor.mas.ncl.ac.uk/question/463/pearson1/

Get error reported from the rk functions which uses a for loop. Also error detected in the raphael example on introducing a for loop - local error message explicitly pointed to <. (but since edited out).

christianp commented 11 years ago

Fixed by d0fd6392ff99c64. It was nothing to do with the < character; I'd just made a typo in a bit of code that doesn't get called often.