summaryrefslogtreecommitdiffstats
path: root/src/arraycache.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/arraycache.js')
-rw-r--r--src/arraycache.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/arraycache.js b/src/arraycache.js
deleted file mode 100644
index 41fdbcd..0000000
--- a/src/arraycache.js
+++ /dev/null
@@ -1,14 +0,0 @@
-SVG.extend(SVG.PointArray, SVG.PathArray, {
- // Cache bbox
- cache: function() {
- this._cachedBBox = this.uncache().bbox()
-
- return this
- }
- // Remove cache
-, uncache: function() {
- delete this._cachedBBox
- return this
- }
-
-}) \ No newline at end of file