From e1efc0c93f0cbc8b3548fb0fbde12bbb53cb8dca Mon Sep 17 00:00:00 2001 From: mourner Date: Fri, 3 Sep 2010 15:38:14 +0300 Subject: [PATCH] Moved Transformation to geometry --- spec/runner.html | 4 ++-- spec/suites/{util => geometry}/TransformationSpec.js | 0 src/{util => geometry}/Transformation.js | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename spec/suites/{util => geometry}/TransformationSpec.js (100%) rename src/{util => geometry}/Transformation.js (100%) diff --git a/spec/runner.html b/spec/runner.html index 67fe1920..251647ba 100644 --- a/spec/runner.html +++ b/spec/runner.html @@ -13,20 +13,20 @@ - + - + diff --git a/spec/suites/util/TransformationSpec.js b/spec/suites/geometry/TransformationSpec.js similarity index 100% rename from spec/suites/util/TransformationSpec.js rename to spec/suites/geometry/TransformationSpec.js diff --git a/src/util/Transformation.js b/src/geometry/Transformation.js similarity index 100% rename from src/util/Transformation.js rename to src/geometry/Transformation.js