1
0
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:
blickly
2017-05-15 23:45:59 -07:00
committed by Ben McIlwain
parent 74a0defef3
commit 9a48aae107

View File

@@ -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() {};