From 132ed6de9dcacc892eb76ebfa263dc9fda0b0675 Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Fri, 13 Jul 2012 12:05:03 +0100 Subject: [PATCH] Adding JSHint comments. --- resources/static/pages/js/verify_secondary_address.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/static/pages/js/verify_secondary_address.js b/resources/static/pages/js/verify_secondary_address.js index 705d60181..ee9e2227c 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) { -- GitLab