+ Added the ability for Groups to assume any shape

This commit is contained in:
aza@localhost 2010-03-23 18:16:19 -07:00
parent f1f5e4e00f
commit 7e1eaa41df
2 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ Group.prototype = {
$(container).resizable({
handles: "se",
aspectRatio: true,
aspectRatio: false,
stop: function(){
self.arrange();
}

View File

@ -49,7 +49,7 @@ var Page = {
$("body").css("overflow", "hidden");
$(this).css("zIndex",99999).animate({
top: 0, left: 0, easing: "easein",
top: -10, left: 0, easing: "easein",
width:w*scale, height:h*scale}, 200, function(){
$(this).find("canvas").data("link").tab.focus();
$(this)