Showing
1 changed file
with
1 additions
and
1 deletions
@@ -123,7 +123,7 @@ cartItemNumChg = (function() { | @@ -123,7 +123,7 @@ cartItemNumChg = (function() { | ||
123 | countBusy = false; | 123 | countBusy = false; |
124 | }); | 124 | }); |
125 | }; | 125 | }; |
126 | -})(); | 126 | +}()); |
127 | 127 | ||
128 | function getProductInfo(pid, skn) { | 128 | function getProductInfo(pid, skn) { |
129 | return $.ajax({ | 129 | return $.ajax({ |
-
Please register or login to post a comment