mirror of
https://github.com/google/nomulus
synced 2026-08-03 22:06:13 +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:
@@ -94,8 +94,8 @@ registry.EditItem.prototype.setupAppbar = function() {
|
||||
|
||||
|
||||
/**
|
||||
* Retrieve item from server. Overrides should callback to {@code
|
||||
* #handleFetchItem(string, !Object)}.
|
||||
* Retrieve item from server. Overrides should callback to
|
||||
* `#handleFetchItem(string, !Object)`.
|
||||
* @param {string} id item id.
|
||||
*/
|
||||
registry.EditItem.prototype.fetchItem = goog.abstractMethod;
|
||||
@@ -136,8 +136,8 @@ registry.EditItem.prototype.isEditing = function() {
|
||||
/**
|
||||
* Toggles the editing state of a component. This will first hide the
|
||||
* elements of the `shown` class, then adds the `editing`
|
||||
* style to the component, then shows the elements that had the {@code
|
||||
* hidden} class.
|
||||
* style to the component, then shows the elements that had the `hidden`
|
||||
* class.
|
||||
*/
|
||||
registry.EditItem.prototype.toggleEdit = function() {
|
||||
// Toggle appbar buttons.
|
||||
|
||||
Reference in New Issue
Block a user