harsimranb / monodevelop

MonoDevelop is a cross platform IDE mostly aimed at Mono/.NET developers

Home Page:http://www.monodevelop.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FunctionExpression Name

harsimranb opened this issue · comments

Due to the nature of function expression statements:
isXml = SIzzle.isXml = function (input) {..}

The parser ignores the first part until the function, thus giving the function an empty name.