Showing
3 changed files
with
3 additions
and
2 deletions
@@ -58,7 +58,7 @@ function refreshBag() { | @@ -58,7 +58,7 @@ function refreshBag() { | ||
58 | $bagGoodsList.empty(); | 58 | $bagGoodsList.empty(); |
59 | $bagGoodsList.parent().addClass('bag-empty'); | 59 | $bagGoodsList.parent().addClass('bag-empty'); |
60 | } | 60 | } |
61 | - | 61 | + |
62 | } | 62 | } |
63 | } | 63 | } |
64 | }) | 64 | }) |
@@ -145,5 +145,5 @@ $(document).click(function(e) { | @@ -145,5 +145,5 @@ $(document).click(function(e) { | ||
145 | }); | 145 | }); |
146 | 146 | ||
147 | module.exports = { | 147 | module.exports = { |
148 | - refreshBag | 148 | + 'refreshBag': refreshBag |
149 | }; | 149 | }; |
-
Please register or login to post a comment