silly error

This commit is contained in:
Sanj 2012-03-06 18:01:04 +05:30
parent d44309cd50
commit 78b530205d

View File

@ -886,7 +886,7 @@ ImageBox.prototype.resize = function(dimensions) {
if (response.status == 1) {
var path = $.trim(response.path);
that.jq.find('.edgeImage').attr("src", path);
that.setCSS({'top': top, 'left': left});
that.setCSS({'top': dimensions.top, 'left': dimensions.left});
// REVISION_NO = response.rev_id;
return true;
} else {