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:
mcilwain
2018-03-06 18:51:32 -05:00
committed by jianglai
parent cb80a0df1e
commit a898413c8c
10 changed files with 12 additions and 29 deletions
+1 -1
View File
@@ -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) {