Browse Source

Fix demo.html's closure base.js path to no longer use the now defunct googlecode.com URL.

pull/605/head
Andy Staudacher 11 years ago
parent
commit
d7a488452b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      javascript/i18n/phonenumbers/demo.html

+ 1
- 1
javascript/i18n/phonenumbers/demo.html View File

@ -21,7 +21,7 @@ limitations under the License.
-->
<head>
<title>Phone Number Parser Demo</title>
<script src="http://closure-library.googlecode.com/svn/trunk/closure/goog/base.js"></script>
<script src="../../../../closure-library/closure/goog/base.js"></script>
<script>
goog.require('goog.proto2.Message');
</script>


Loading…
Cancel
Save