make dnd tests work with autoscroll

This commit is contained in:
Adam Shaw
2014-08-22 18:30:47 -07:00
parent 34c616ac4b
commit 03f230526e
+2 -1
View File
@@ -4,7 +4,8 @@ describe('eventDrop', function() {
beforeEach(function() {
options = {
defaultDate: '2014-06-11',
editable: true
editable: true,
dragScroll: false
};
affix('#cal');
});