From d25ff2bddd44b9dac1ceb248424109d1782dd211 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 25 Mar 2017 13:13:57 +0100 Subject: add minionlivesmatter as submodule --- .../templates/assets/tether/src/js/utils.js | 370 --------------------- 1 file changed, 370 deletions(-) delete mode 100644 minionlivesmatter/templates/assets/tether/src/js/utils.js (limited to 'minionlivesmatter/templates/assets/tether/src/js/utils.js') diff --git a/minionlivesmatter/templates/assets/tether/src/js/utils.js b/minionlivesmatter/templates/assets/tether/src/js/utils.js deleted file mode 100644 index 19ba7fe..0000000 --- a/minionlivesmatter/templates/assets/tether/src/js/utils.js +++ /dev/null @@ -1,370 +0,0 @@ -let TetherBase; -if (typeof TetherBase === 'undefined') { - TetherBase = {modules: []}; -} - -let zeroElement = null; - -// Same as native getBoundingClientRect, except it takes into account parent offsets -// if the element lies within a nested document ( or