Skip to content

Commit

Permalink
Fix commonjs merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxachun committed Sep 20, 2019
1 parent 6aa5965 commit 4c90178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KwcShop/Kwc/Shop/AddToCart/Component.defer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var componentEvent = require('kwf/component-event');
var componentEvent = require('kwf/commonjs/component-event');

onReady.onRender('.kwcClass',function(el) {
el.find('.kwfUp-formContainer').on('kwfUp-form-submitSuccess', function (event) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var componentEvent = require('kwf/component-event');
var componentEvent = require('kwf/commonjs/component-event');

onReady.onRender('.kwcClass',function(el) {
el.find('.kwfUp-formContainer').on('kwfUp-form-submitSuccess', function (event) {
Expand Down

0 comments on commit 4c90178

Please sign in to comment.