also / lead.js

lead.github.io
MIT License
29 stars 8 forks source link

DSL functions missing apply, call #190

Closed also closed 9 years ago

also commented 9 years ago

sumSeries(series...) fails, as CoffeeScript compiles this to

sumSeries.apply(null, series);

and the prototype of the DSL functions is replaced with dsl.type.i.

There isn't much value in dsl.type.i: they are simply converted to quoted strings when sent to the server.