Skip to content

Commit ebd8af4

Browse files
committed
ESLint and JSCS fixes
1 parent d6ba03c commit ebd8af4

File tree

1 file changed

+6
-0
lines changed
  • dev/tests/js/jasmine/tests/app/code/Magento/Braintree/frontend/js/view/payment/method-renderer

1 file changed

+6
-0
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Braintree/frontend/js/view/payment/method-renderer/paypal.test.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,20 @@ define([
2828
},
2929
'Magento_Braintree/js/view/payment/adapter': {
3030
config: {},
31+
3132
/** Stub */
3233
onReady: function () {},
34+
35+
/** Stub */
3336
setConfig: function (config) {
3437
this.config = config;
3538
},
39+
40+
/** Stub */
3641
setup: function () {
3742
this.config.onReady(this.checkout);
3843
},
44+
3945
checkout: {
4046
/** Stub */
4147
teardown: function () {},

0 commit comments

Comments
 (0)