tags:

views:

9

answers:

1

Does Google provide non-minified / non-obfuscated versions of their various javascript API's?

For example, I'm using their LocalSearch control and getting a cryptic error "a is null". Setting a breakpoint in Firebug is not very helpful because I'm 3 levels deep in minified code.

A: 

There isn't a non-obfuscated version of the API (it isn't an open source project). If you post a link to the page in question, we might be able to help debug the issue?

I have seen the "a is null" message many times and each time have been able to track down the issue eventually.

Cannonade