mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 06:44:51 +02:00
Add a few missing type annotations to braintree externs
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=156148567
This commit is contained in:
parent
74a0defef3
commit
9a48aae107
1 changed files with 6 additions and 0 deletions
|
@ -196,9 +196,15 @@ braintreepayments.Integrator.prototype.teardown = function(opt_callback) {};
|
|||
braintreepayments.PaypalIntegrator = function() {};
|
||||
|
||||
|
||||
/**
|
||||
* @return {void}
|
||||
*/
|
||||
braintreepayments.PaypalIntegrator.prototype.closeAuthFlow = function() {};
|
||||
|
||||
|
||||
/**
|
||||
* @return {void}
|
||||
*/
|
||||
braintreepayments.PaypalIntegrator.prototype.initAuthFlow = function() {};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue