I am getting an actual runtime error with Elm, I am trying to send a string
out a port to javascript and I am getting this in firebug. In is saying
subs[i](value) is not a function. This is on a port with type "port
setSheet    : String -> Cmd msg".

i logged out the sheet id and it was fine (its the 1ID-... line) but for
some reason when I try to call the action it is blowing up. This i in elm
0.17


Sheet Id : "1lD-Z4VtqU4pJm1DfVAJZiFarTficwkkj5MYKgxiVvZU"
elm-dashboard.js (line 835)
TypeError: subs[i] is not a function

subs[i](value);




elm-dashboard.js (line 2104, col 5)





-- 
Zach Kessin
Twitter: @zkessin <https://twitter.com/zkessin>
Skype: zachkessin

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to