3qdev

Results 3 comments of 3qdev

Ok, I've seen that I need to insert this into update.py

Hi, i have the same error. The problem is, that you use "float" as a key/id in extensionMethods{}. [It is reserved in JS](http://www.w3schools.com/js/js_reserved.asp)

I have changed `float` to `floats` and it works for me with YUI and was the fastest solution.