From 15e1bee3ecc04fac789a80de9444758b71173891 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 31 Jan 2013 12:45:39 -0500 Subject: [PATCH] Move controller --- Makefile | 2 +- index.html | 5 ++--- js/id/{controller => }/controller.js | 0 test/index.html | 3 +-- 4 files changed, 4 insertions(+), 6 deletions(-) rename js/id/{controller => }/controller.js (100%) diff --git a/Makefile b/Makefile index 38244edc3..a501d0d20 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ all: \ js/id/modes/*.js \ js/id/operations.js \ js/id/operations/*.js \ - js/id/controller/*.js \ + js/id/controller.js \ js/id/graph/*.js \ js/id/renderer/*.js \ js/id/svg.js \ diff --git a/index.html b/index.html index 3bb3152e4..e5e202c4a 100644 --- a/index.html +++ b/index.html @@ -114,16 +114,15 @@ - - - + + diff --git a/js/id/controller/controller.js b/js/id/controller.js similarity index 100% rename from js/id/controller/controller.js rename to js/id/controller.js diff --git a/test/index.html b/test/index.html index 90e5bc9fa..52070c414 100644 --- a/test/index.html +++ b/test/index.html @@ -109,8 +109,6 @@ - - @@ -119,6 +117,7 @@ +