Comment #11 on issue 248 by [email protected]: local var with same name as function
http://code.google.com/p/google-caja/issues/detail?id=248
The minifier used by jQueryUI assigns single-letter names to functions and variables; if the function is not recursive, it will often reuse the variable, masking the function name.
