CC-4607: Library: Please make the 'Add x items' following mouse's point

-fixed
This commit is contained in:
denise 2012-11-06 16:34:06 -05:00
parent c605c97268
commit bf4f5fd699
1 changed files with 4 additions and 0 deletions

View File

@ -102,6 +102,10 @@ var AIRTIME = (function(AIRTIME) {
return container;
},
cursor : 'pointer',
cursorAt: {
top: 30,
left: 100
},
connectToSortable : '#spl_sortable'
});
};