Added Line.js to the Gruntfile.

This commit is contained in:
photonstorm
2014-02-12 08:25:46 +00:00
parent 10252543f2
commit 2a65488eec
+1
View File
@@ -93,6 +93,7 @@ module.exports = function (grunt) {
'src/geom/Point.js',
'src/geom/Rectangle.js',
'src/geom/Polygon.js',
'src/geom/Line.js',
'src/net/Net.js',
'src/tween/TweenManager.js',
'src/tween/Tween.js',