JavaScript: what's the difference between a function name & function reference?

Posted by Teddyk on Stack Overflow See other posts from Stack Overflow or by Teddyk
Published on 2010-05-11T18:05:16Z Indexed on 2010/05/11 18:14 UTC
Read the original article Hit count: 241

Filed under:
|

I'm reading the Google Maps API and it states that the:

"callback: The function to call once the script has loaded. If using the Auto-loading feature, this must specify a function name, not a function reference.

What's the difference been a JavaScript function name vs a function reference?

http://code.google.com/apis/ajax/documentation/#GoogleLoad

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about web-development