Skip to content

Commit b2295cd

Browse files
committed
fix: removed commented functions
1 parent 7e99c1f commit b2295cd

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/index.js

-22
Original file line numberDiff line numberDiff line change
@@ -559,28 +559,6 @@
559559
CoCreateConfig.attributes = revertObject
560560
}
561561

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-
584562
if (isBrowser)
585563
clickedElement();
586564

0 commit comments

Comments
 (0)