mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00: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:
@@ -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() {};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user