Skip to content

Commit 4d87e3d

Browse files
authored
Update credit-line-checkout-component.js
1 parent 30d1f29 commit 4d87e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Synolia/Bundle/CreditLineBundle/Resources/public/js/app/components/credit-line-checkout-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ define(function(require) {
1919
* @inheritDoc
2020
*/
2121
constructor: function CreditLineMethodComponent(options) {
22-
CreditLineMethodComponent.__super__.constructor.apply(this, options);
22+
CreditLineMethodComponent.__super__.constructor.call(this, options);
2323
},
2424

2525
/**

0 commit comments

Comments
 (0)