Commit b2295cd 1 parent 7e99c1f commit b2295cd Copy full SHA for b2295cd
File tree 1 file changed +0
-22
lines changed
1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 559
559
CoCreateConfig . attributes = revertObject
560
560
}
561
561
562
-
563
- // function computeStyles(el, properties) {
564
- // let computed = window.getComputedStyle(el);
565
- // let result = {};
566
- // properties.forEach((property) => {
567
- // result[property] = parseInt(computed[property]);
568
- // });
569
- // return result;
570
- // }
571
-
572
- // function checkParent(element, selectors){
573
- // let parentElement;
574
- // do {
575
- // parentElement = element.parentElement.closest(selectors);
576
- // if (parentElement) {
577
- // element = parentElement;
578
- // } else {
579
- // return element;
580
- // }
581
- // } while (parentElement);
582
- // }
583
-
584
562
if ( isBrowser )
585
563
clickedElement ( ) ;
586
564
You can’t perform that action at this time.
0 commit comments