mirror of
https://github.com/google/nomulus
synced 2026-09-19 22:44:26 +00:00
Remove final uses of @code in JS comments
This fixes the build broken by [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=186782466
This commit is contained in:
@@ -51,7 +51,7 @@ registry.registrar.ConsoleTestUtil.setup = function(test) {
|
||||
* @param {Object} test the test case to configure.
|
||||
* @param {Object=} opt_args may include path, isEppLoggedIn.
|
||||
* @param {Function=} opt_moar extra setup after called just before
|
||||
* {@code $replayAll}. See memegen/3437690.
|
||||
* `$replayAll`. See memegen/3437690.
|
||||
*/
|
||||
registry.registrar.ConsoleTestUtil.visit = function(
|
||||
test, opt_args, opt_moar) {
|
||||
|
||||
@@ -41,7 +41,7 @@ registry.testing.addToDocument = function(html) {
|
||||
|
||||
|
||||
/**
|
||||
* Extracts XML document from inside an {@code <iframe>}.
|
||||
* Extracts XML document from inside an `<iframe>`.
|
||||
* @param {string} xmlText
|
||||
* @return {!Document}
|
||||
*/
|
||||
@@ -56,7 +56,7 @@ registry.testing.loadXml = function(xmlText) {
|
||||
|
||||
|
||||
/**
|
||||
* Extracts plain text string from inside an {@code <iframe>}.
|
||||
* Extracts plain text string from inside an `<iframe>`.
|
||||
* @param {string|!Document|!Element} want
|
||||
* @param {string|!Document|!Element} got
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user