Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 5, 2017
1 parent b2c73da commit c573b07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion view/frontend/web/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// 2017-08-17
define(['Df_StripeClone/main'], function(parent) {'use strict'; return parent.extend({
define(['Df_StripeClone/main'], function(parent) {'use strict';
/** 2017-09-06 @uses Class::extend() https://github.com/magento/magento2/blob/2.2.0-rc2.3/app/code/Magento/Ui/view/base/web/js/lib/core/class.js#L106-L140 */
return parent.extend({
/**
* 2017-08-17 The bank card network codes: https://mage2.pro/t/2647
* @returns {String[]}
Expand Down

0 comments on commit c573b07

Please sign in to comment.