summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2017-02-24 14:38:01 +0100
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2017-02-24 14:38:01 +0100
commit82da55b56eb2d663db9a5dd6ecfeb79cb7d6f274 (patch)
treef4c621d13447cd467ba532a63456706dd54202f5 /spec
parentd0ab36f7db15053c4fdda6d71906fd0dd8fd8be0 (diff)
downloadsvg.js-82da55b56eb2d663db9a5dd6ecfeb79cb7d6f274.tar.gz
svg.js-82da55b56eb2d663db9a5dd6ecfeb79cb7d6f274.zip
deprecate SVG.TBox
Diffstat (limited to 'spec')
-rw-r--r--spec/spec/boxes.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/spec/boxes.js b/spec/spec/boxes.js
index 4b33be6..87ec279 100644
--- a/spec/spec/boxes.js
+++ b/spec/spec/boxes.js
@@ -42,14 +42,6 @@ describe('BBox', function() {
})
-describe('TBox', function() {
-
- it('should trow an error in 2.x and be removed in 3.x', function() {
- expect(function() { new SVG.TBox }).toThrow('TBox is removed. Use RBox instead.')
- })
-
-})
-
describe('RBox', function() {
afterEach(function() {