이미지 리사이즈 관련 오류 수정 (재시도)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6374 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-05-23 10:49:37 +00:00
parent cabc3ddd63
commit 5171529c5c

View file

@ -170,7 +170,6 @@ $(document).ready(function(){
img.attr("width",1);
});
var offsetWidth = $(this).width();
alert(offsetWidth);
$(this).find("img").each(function(){
var img = $(this);