Skip to content

Commit 87bd112

Browse files
committed
Merge pull request iliakan#258 from mrDinckleman/patch-2
Отсутствующая круглая скобка в коде
2 parents 4150dbf + 2212d9b commit 87bd112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 2-ui/3-event-details/5-drag-and-drop-objects

2-ui/3-event-details/5-drag-and-drop-objects/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ DragManager.onDragEnd = function(dragObject, dropElem) {
407407

408408
// убрать улыбку через 0.2 сек
409409
setTimeout(function() {
410-
dropElem.classList.remove('computer-smile';
410+
dropElem.classList.remove('computer-smile');
411411
}, 200);
412412
};
413413

0 commit comments

Comments
 (0)