summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuelockwood <deathbear@apache.org>2013-12-05 15:06:17 -0500
committersuelockwood <deathbear@apache.org>2013-12-05 15:06:17 -0500
commitc23257ba6c47ec04a5a49632e6e2eade4ad21c33 (patch)
tree17628b3f75041aca0af5532dc31538254359f569
parentfffc7900d3b1b67abc5521b6e5e06d217e59c603 (diff)
downloadcouchdb-c23257ba6c47ec04a5a49632e6e2eade4ad21c33.tar.gz
remove initialize
-rw-r--r--src/fauxton/app/initialize.js33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/fauxton/app/initialize.js b/src/fauxton/app/initialize.js
deleted file mode 100644
index 7a4a1c187..000000000
--- a/src/fauxton/app/initialize.js
+++ /dev/null
@@ -1,33 +0,0 @@
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy of
-// the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations under
-// the License.
-
-/*
- * ::WARNING::
- * THIS IS A GENERATED FILE. DO NOT EDIT.
- */
-
-
-define([],
-function() {
- // Provide a global location to place configuration settings and module
- // creation.
- var app = {
- // The root path to run the application.
- root: "/utils/fauxton/",
- version: "1.0",
- // Host is used as prefix for urls
- host: "../.." ,
- };
-
- return app;
-});
-