From dca9bec4509d12a6f1a564c66a9c41c70e23aa2a Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 17 Apr 2013 17:35:34 -0700 Subject: [PATCH] Move Connection to core --- Makefile | 1 - index.html | 2 +- js/id/{ => core}/connection.js | 0 test/index.html | 4 ++-- test/index_packaged.html | 2 +- test/spec/{ => core}/connection.js | 0 6 files changed, 4 insertions(+), 5 deletions(-) rename js/id/{ => core}/connection.js (100%) rename test/spec/{ => core}/connection.js (100%) diff --git a/Makefile b/Makefile index 445c8b648..0dc46f02e 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,6 @@ iD.js: \ js/lib/marked.js \ js/id/start.js \ js/id/id.js \ - js/id/connection.js \ js/id/services/*.js \ js/id/util.js \ js/id/geo.js \ diff --git a/index.html b/index.html index 020d806bd..95091618a 100644 --- a/index.html +++ b/index.html @@ -170,6 +170,7 @@ + @@ -185,7 +186,6 @@ - diff --git a/js/id/connection.js b/js/id/core/connection.js similarity index 100% rename from js/id/connection.js rename to js/id/core/connection.js diff --git a/test/index.html b/test/index.html index ec999fbd9..16195f90f 100644 --- a/test/index.html +++ b/test/index.html @@ -154,6 +154,7 @@ + @@ -169,7 +170,6 @@ - @@ -202,6 +202,7 @@ + @@ -233,7 +234,6 @@ - diff --git a/test/index_packaged.html b/test/index_packaged.html index 8a4a6aa88..e2081c380 100644 --- a/test/index_packaged.html +++ b/test/index_packaged.html @@ -45,6 +45,7 @@ + @@ -74,7 +75,6 @@ - diff --git a/test/spec/connection.js b/test/spec/core/connection.js similarity index 100% rename from test/spec/connection.js rename to test/spec/core/connection.js