Removing some dead code

This commit is contained in:
Jeff Avallone 2014-12-09 20:09:27 -05:00
parent 7082a670d6
commit 27a23162b4
1 changed files with 0 additions and 5 deletions

View File

@ -32,11 +32,6 @@ export default {
});
},
render_bbox(container, box) {
container.path(box.path)
.addClass('bounding-box');
},
render() {
console.log(this);