Skip to content

Commit

Permalink
Merge pull request #12 from koala-framework/fix-common-js
Browse files Browse the repository at this point in the history
Fix commonjs merge error
  • Loading branch information
lllHuber committed Oct 2, 2019
2 parents 6aa5965 + 4c90178 commit 9925c45
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 9925c45

Please sign in to comment.