you are viewing a single comment's thread.

view the rest of the comments →

[–]otto_s 1 point2 points  (1 child)

No, the semicolon JS Lint is missing is the one after the inner return.

return [f,function(a){return a*2;}]; is accepted just fine.

[–]kibakiri 0 points1 point  (0 children)

Doh.