This commit is contained in:
devin 2012-04-17 01:32:53 +08:00
parent d92451d079
commit 4f18257733
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ var orbitDesktop = function(dom){
var bindHandlers = function(){
var groupWrapperWidth = 0;
var groupWrapperHeight = 0;
$('div#desktop div.group').width(528);
$("div#desktop .element").mousedown(function(){
currentElement = $(this);
elementParent = $(this).parent();