JS: Fix automatically fixable lint errors.
authorroubert@google.com <roubert@google.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Mon, 12 Nov 2012 15:33:47 +0000 (15:33 +0000)
committerroubert@google.com <roubert@google.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Mon, 12 Nov 2012 15:33:47 +0000 (15:33 +0000)
Review URL: https://codereview.appspot.com/6813087

git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@543 ee073f10-1060-11df-b6a4-87a95322a99c

javascript/i18n/phonenumbers/asyoutypeformatter.js
javascript/i18n/phonenumbers/asyoutypeformatter_test.js
javascript/i18n/phonenumbers/phonenumberutil.js
javascript/i18n/phonenumbers/phonenumberutil_test.js
javascript/i18n/phonenumbers/regioncodefortesting.js

index 4ee983b..52952a4 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @license
- * Copyright (C) 2010 The Libphonenumber Authors
+ * Copyright (C) 2010 The Libphonenumber Authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -199,6 +199,7 @@ i18n.phonenumbers.AsYouTypeFormatter = function(regionCode) {
  */
 i18n.phonenumbers.AsYouTypeFormatter.SEPARATOR_BEFORE_NATIONAL_NUMBER_ = ' ';
 
+
 /**
  * @const
  * @type {i18n.phonenumbers.PhoneMetadata}
index 49363d8..3a493f6 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @license
- * Copyright (C) 2010 The Libphonenumber Authors
+ * Copyright (C) 2010 The Libphonenumber Authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4beca2b..46f4358 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @license
- * Copyright (C) 2010 The Libphonenumber Authors
+ * Copyright (C) 2010 The Libphonenumber Authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 83a86f6..c8ccb63 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @license
- * Copyright (C) 2010 The Libphonenumber Authors
+ * Copyright (C) 2010 The Libphonenumber Authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -903,7 +903,7 @@ function testFormatWithCarrierCode() {
                phoneUtil.formatNationalNumberWithCarrierCode(US_NUMBER, '15'));
   // Invalid country code should just get the NSN.
   assertEquals('12345', phoneUtil.formatNationalNumberWithCarrierCode(
-                   UNKNOWN_COUNTRY_CODE_NO_RAW_INPUT, '89'));
+      UNKNOWN_COUNTRY_CODE_NO_RAW_INPUT, '89'));
 }
 
 function testFormatWithPreferredCarrierCode() {
index 5327f39..7fa400e 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @license
- * Copyright (C) 2011 The Libphonenumber Authors
+ * Copyright (C) 2011 The Libphonenumber Authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.