mirror of
https://github.com/google/nomulus
synced 2026-07-29 19:42:47 +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:
@@ -20,7 +20,7 @@ goog.require('goog.soy');
|
||||
|
||||
|
||||
/**
|
||||
* Logging function that delegates to {@code console.log()}.
|
||||
* Logging function that delegates to `console.log()`.
|
||||
* @param {...*} var_args
|
||||
*/
|
||||
registry.util.log = function(var_args) {
|
||||
|
||||
Reference in New Issue
Block a user