singh91digvijay / google-app-engine-samples

Automatically exported from code.google.com/p/google-app-engine-samples
0 stars 0 forks source link

myhangouts - geocode.js is missing #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In the svn/  trunk/ myhangouts/

The file myhangouts.html refers to /static/geocode.js on line 52 of R12

<script language="javascript" src="/static/json.js"> </script>
<script language="javascript" src="/static/client.js"> </script>
<script language="javascript" src="/static/geocode.js"> </script> 

  svn/  trunk/ myhangouts/ static/ geocode.js does not exist in this project.

The project still allows you to enter addresses, but I am curious what extra 
functions might be included in the missing file.

Original issue reported on code.google.com by russr...@gmail.com on 3 Apr 2011 at 7:10