mirror of
https://github.com/google/nomulus.git
synced 2025-06-28 23:33:36 +02:00
Replace uses of @code in Javascript documentation with Markdown backticks
Rosie CL for []/third_party (local approval/rejection). [] b/71392935 Tested: TAP --sample for global presubmit queue [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=184412611
This commit is contained in:
parent
98a61b8181
commit
88d453d6a9
15 changed files with 36 additions and 36 deletions
|
@ -64,7 +64,7 @@ registry.registrar.BrainFrame = function(origin, containerId) {
|
|||
this.container_ = goog.dom.getRequiredElement(containerId);
|
||||
|
||||
/**
|
||||
* Last known height of {@code container_}.
|
||||
* Last known height of `container_`.
|
||||
* @private {number}
|
||||
*/
|
||||
this.containerHeight_ = 0;
|
||||
|
@ -79,7 +79,7 @@ registry.registrar.BrainFrame = function(origin, containerId) {
|
|||
this.listen(this.resizeTimer_, goog.Timer.TICK, this.onResizeTimer_);
|
||||
|
||||
/**
|
||||
* Form that wraps {@code container_}.
|
||||
* Form that wraps `container_`.
|
||||
* @private {?Element}
|
||||
* @const
|
||||
*/
|
||||
|
@ -204,7 +204,7 @@ registry.registrar.BrainFrame.prototype.onPaymentMethod_ = function(pm) {
|
|||
|
||||
/**
|
||||
* Sends message to parent iframe.
|
||||
* @param {...*} var_args Passed along to {@code goog.object.create}.
|
||||
* @param {...*} var_args Passed along to `goog.object.create`.
|
||||
* @private
|
||||
*/
|
||||
registry.registrar.BrainFrame.prototype.send_ = function(var_args) {
|
||||
|
@ -216,7 +216,7 @@ registry.registrar.BrainFrame.prototype.send_ = function(var_args) {
|
|||
|
||||
|
||||
/**
|
||||
* Delegates to {@code window.parent.postMessage}. This method exists because
|
||||
* Delegates to `window.parent.postMessage`. This method exists because
|
||||
* IE will not allow us to mock methods on the window object.
|
||||
* @param {string} message
|
||||
* @param {string} origin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue