Another fair point.
I've pushed r61 which contains these changes and updated
documentation.
On Nov 9, 4:20 pm, Mike Alsup <[EMAIL PROTECTED]> wrote:
> > var valid = SearchCode(result.code)
>
> > looks nicer than:
>
> > var valid = Mapifies.SearchCode(result.code) or var valid =
> > jQuery('#map').jmaps('SearchCode', result.code);
>
> Not if you've clobbered someone else's SearchCode function. Or
> createIcon, getCenter, getBounds, etc. You're making an assumption
> about the environment that you have no control over.