diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-04 21:46:33 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-04 21:46:33 +0100 |
commit | d654ab010adf42aab757529b6c09f27215740b27 (patch) | |
tree | 95baa420a8eb71f64220b27b822bcab403d4d535 /src/Box.js | |
parent | d22dce113a4a61d76b3c0e7c7fb77231f575c6fd (diff) | |
download | svg.js-d654ab010adf42aab757529b6c09f27215740b27.tar.gz svg.js-d654ab010adf42aab757529b6c09f27215740b27.zip |
Revert back to classes, fix remaining tests
Diffstat (limited to 'src/Box.js')
-rw-r--r-- | src/Box.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -98,7 +98,6 @@ function getBox(cb) { box = cb(clone.node) clone.remove() } catch (e) { - throw (e) console.warn('Getting a bounding box of this element is not possible') } } |