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-02-23 09:51:07 -08:00 committed by jianglai
parent cb80a0df1e
commit a898413c8c
10 changed files with 12 additions and 29 deletions

View file

@ -334,7 +334,7 @@ registry.registrar.Payment.prototype.onMessage_ = function(e) {
*
* <p>This approach is also advantageous for screenshot testing. We do not want
* our continuous integration testing system to talk to Braintree's servers. So
* we mock out the brainframe with {@code integration-test-brainframe.html}
* we mock out the brainframe with `integration-test-brainframe.html`
* which <i>only</i> sends us a METHOD message, which we then render ourselves.
*
* @param {!braintreepayments.PaymentMethod} pm