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() {}; braintreepayments.PaypalIntegrator = function() {};
/**
* @return {void}
*/
braintreepayments.PaypalIntegrator.prototype.closeAuthFlow = function() {}; braintreepayments.PaypalIntegrator.prototype.closeAuthFlow = function() {};
/**
* @return {void}
*/
braintreepayments.PaypalIntegrator.prototype.initAuthFlow = function() {}; braintreepayments.PaypalIntegrator.prototype.initAuthFlow = function() {};