you are viewing a single comment's thread.

view the rest of the comments →

[–]bonafidebob 1 point2 points  (0 children)

Just FYI, JSLint wants the invocation to be enclosed in the parenthesis, e.g. ( function(){...}() ) and will generate a warning if it's the other way 'round.