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

-fixed
This commit is contained in:
denise 2012-11-23 16:53:51 -05:00
parent 8cc162f7a9
commit 04f6ae5c1a

View file

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