Browse Source

Update link and change mime-type of demo page for js project. Patch submitted by tronikos.

pull/567/head
Shaopeng Jia 16 years ago
committed by Mihaela Rosca
parent
commit
5dde7a2916
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

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


Loading…
Cancel
Save