Fix demo.html's closure base.js path to no longer use the now defunct googlecode...
authorAndy Staudacher <andy.st@gmail.com>
Tue, 10 Feb 2015 11:23:59 +0000 (12:23 +0100)
committerYoungjae Shin <yj99.shin@samsung.com>
Tue, 9 Jun 2015 11:43:24 +0000 (20:43 +0900)
javascript/i18n/phonenumbers/demo.html

index b7ca195..cab962c 100644 (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>