dribnet / strokes

Let's pretend d3 was written in ClojureScript.
374 stars 28 forks source link

(.getIndex ...) not recognized by mrHyde #10

Closed beandipper closed 11 years ago

beandipper commented 11 years ago

If I try to call (.getIndex [22 44 66] 1) I get a MrHyde error explaining that it doesn't recognize the function getIndex. Only when working with javascript objects does it evaluate (.getIndex (clj->js [22 44 66]) 1) . Maybe this can be added? to mrHyde?

dribnet commented 11 years ago

mrhyde isn't the only one that doesn't recognize this Array.getIndex call - I don't either. :-) Can you provide a reference to what this function is?

dribnet commented 11 years ago

Closing. Please reopen if there's something here I'm missing.