aantthony / graph.tk

Javascript Graphing Utility using HTML 5 Canvas
http://aantthony.github.com/graph.tk/
391 stars 51 forks source link

Annoying errors #37

Closed aantthony closed 13 years ago

aantthony commented 13 years ago

When graphing:

\frac{d}{dx}ln\left(\right)

There is an error:

undefined: {"stack":"TypeError: Cannot read property 'type' of undefined
    at compile (http://url3.tk/graph.tk/min/be61b5d.js:6228:10)
    at HTMLElement.<anonymous> (http://url3.tk/graph.tk/min/be61b5d.js:5724:31)
    at HTMLElement.<anonymous> (http://url3.tk/graph.tk/min/be61b5d.js:17:1034)
    at HTMLElement.<anonymous> (http://url3.tk/graph.tk/min/be61b5d.js:16:30197)","arguments":["type",null],"type":"non_object_property_load","message":"Cannot read property 'type' of undefined"}
laughinghan commented 13 years ago

I highly recommend running a debugging/development version that uses non-minified code.

Also, do you mean \ln? As in, \frac{d}{dx}\ln\left(\right)?

Also, [code] and [/code], alas, don't work, you can either use backquotes `, or indent by 4 spaces. (I fixed your post for you, you can edit it in the top right corner to see.)

aantthony commented 13 years ago

Thanks. I mean \ln, although it doesn't matter. The error still looks messy