Name: Anonymous 2010-06-20 12:23
how is this supposed to work?
(function()
{
var derp = function()
{
some shit
}
some other shit
}
i dont understand (function){}
shouldn't it be like this function funcname(){} ?