Showing
1 changed file
with
1 additions
and
1 deletions
@@ -129,7 +129,7 @@ define('mobile', function(require, exports) { | @@ -129,7 +129,7 @@ define('mobile', function(require, exports) { | ||
129 | }; | 129 | }; |
130 | 130 | ||
131 | exports.show = function() { | 131 | exports.show = function() { |
132 | - $(".layout-item").bind("tap", function() { | 132 | + $(".layout-item").bind("tap", function(event) { |
133 | var imageWidth = 320, | 133 | var imageWidth = 320, |
134 | imageHeight = 320; | 134 | imageHeight = 320; |
135 | $(this).find(".image-box .pic-tip").each(function() { | 135 | $(this).find(".image-box .pic-tip").each(function() { |
-
Please register or login to post a comment