Index: remoting/webapp/browser_test/invalid_pin_browser_test.js |
diff --git a/remoting/webapp/browser_test/invalid_pin_browser_test.js b/remoting/webapp/browser_test/invalid_pin_browser_test.js |
index f7a5935c7a847b3dbc509d9b84d52dcace0b38bd..93da95ae4d120c053ea92e35d4873a8f60b4adc0 100644 |
--- a/remoting/webapp/browser_test/invalid_pin_browser_test.js |
+++ b/remoting/webapp/browser_test/invalid_pin_browser_test.js |
@@ -16,6 +16,9 @@ |
/** @constructor */ |
browserTest.Invalid_PIN = function() {}; |
+/** |
+ * @param {{pin: string, accessCode: string}} data |
kelvinp
2015/02/18 18:41:29
s/{{pin: string, accessCode: string}}/{{pin:string
garykac
2015/02/19 01:48:45
Done.
|
+ */ |
browserTest.Invalid_PIN.prototype.run = function(data) { |
// Input validation. |
browserTest.expect(typeof data.pin == 'string'); |