From 2a65488eec6ac154214b26793d921e60504d5917 Mon Sep 17 00:00:00 2001 From: photonstorm Date: Wed, 12 Feb 2014 08:25:46 +0000 Subject: [PATCH] Added Line.js to the Gruntfile. --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index f228334f..fe53686b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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',