Browse Source

Remove comment.

pull/3952/head
Eugene Barandon 5 years ago
parent
commit
7059c157b7
  1. 4
      test/specs/utils/Sorter.js

4
test/specs/utils/Sorter.js

@ -458,8 +458,8 @@ describe('Sorter', () => {
test('Droppable function', () => {
var srcModel = new Component({
tagName: 'div',
draggable: true, // Can't move it
content: 'Content text', // Text inside component
draggable: true,
content: 'Content text',
attributes: { class: 'canDrop' }
});
var srcView = new ComponentTextView({

Loading…
Cancel
Save