I am studying the Google Maps API tutorial and I see this:
<script type="text/javascript" src="http://www.google.com/jsapi?autoload={'modules':[{name:'maps', version:3, other_params:'sensor=false'}]}"></script>
Why are modules enclosed in single quotes?
javascript html
stone
source share