[New Edit Mode] #659 Fix to prevent multi-composition with same object, fix to prevent composition of object with self
This commit is contained in:
@@ -87,7 +87,8 @@ define(
|
||||
testEvent = {
|
||||
pageY: TEST_TOP + TEST_HEIGHT / 10,
|
||||
dataTransfer: { getData: jasmine.createSpy() },
|
||||
preventDefault: jasmine.createSpy()
|
||||
preventDefault: jasmine.createSpy(),
|
||||
stopPropagation: jasmine.createSpy()
|
||||
};
|
||||
|
||||
testEvent.dataTransfer.getData.andReturn('abc');
|
||||
|
||||
Reference in New Issue
Block a user