remove initialize
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/204551c2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/204551c2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/204551c2 Branch: refs/heads/1744-single-config-file Commit: 204551c220f7bfecd8a7c000ef22cfd94e4fe46b Parents: 9eb2629 Author: suelockwood <[email protected]> Authored: Thu Dec 5 15:06:17 2013 -0500 Committer: Garren Smith <[email protected]> Committed: Tue Dec 10 17:42:58 2013 +0200 ---------------------------------------------------------------------- src/fauxton/app/initialize.js | 33 --------------------------------- 1 file changed, 33 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/204551c2/src/fauxton/app/initialize.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/initialize.js b/src/fauxton/app/initialize.js deleted file mode 100644 index ebba91c..0000000 --- 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: "/", - version: "1.0.dev", - // Host is used as prefix for urls - host: "../.." , - }; - - return app; -}); -
