From 364c31b0f6278a06feb541c0ae83e07073cdd826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 28 Apr 2014 14:25:15 +0200 Subject: [PATCH] Remove TODOs for already implemented functions. --- src/path/Path.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/path/Path.js b/src/path/Path.js index d1d76e13..c2a04076 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -1575,9 +1575,6 @@ var Path = PathItem.extend(/** @lends Path# */{ // TODO: intersects(item) // TODO: contains(item) - // TODO: intersect(item) - // TODO: unite(item) - // TODO: exclude(item) }, /** @lends Path# */{ // Explicitly deactivate the creation of beans, as we have functions here // that look like bean getters but actually read arguments.