brought back Ellipse and ellipse tests

This commit is contained in:
Eric Rowell
2013-06-06 22:07:53 -07:00
parent 51643bcada
commit 824e9fdbee
3 changed files with 105 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ module.exports = function(grunt) {
// shapes
'src/shapes/Rect.js',
'src/shapes/Circle.js',
'src/shapes/Ellipse.js',
'src/shapes/Wedge.js',
'src/shapes/Image.js',
'src/shapes/Polygon.js',
@@ -54,6 +55,7 @@ module.exports = function(grunt) {
'tests/js/unit/ddTests.js',
'tests/js/unit/shapes/rectTests.js',
'tests/js/unit/shapes/circleTests.js',
'tests/js/unit/shapes/ellipseTests.js',
'tests/js/unit/shapes/wedgeTests.js',
'tests/js/unit/shapes/imageTests.js',
'tests/js/unit/shapes/polygonTests.js',