diff --git a/resources/static/pages/js/verify_secondary_address.js b/resources/static/pages/js/verify_secondary_address.js
index 705d60181fca08ef6c0d8b4ca2f27f3bfd8530e9..ee9e2227c2bb35be670dd0962599f849208360b2 100644
--- a/resources/static/pages/js/verify_secondary_address.js
+++ b/resources/static/pages/js/verify_secondary_address.js
@@ -1,4 +1,4 @@
-/*globals BrowserID: true, $:true */
+/*globals BrowserID: true, $:true, URLParse: true */
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
@@ -107,6 +107,7 @@ BrowserID.verifySecondaryAddress = (function() {
   }
 
   function startVerification(oncomplete) {
+    /*jshint validthis: true*/
     var self=this;
     user.tokenInfo(token, function(info) {
       if (info) {