Fauxton: fix undefined d3 dependency Fixes the ActiveTasks View
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9f6a9190 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/9f6a9190 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/9f6a9190 Branch: refs/heads/Query-UI-Cleanup Commit: 9f6a9190f04a23690277888b5ae2413f7cef7a96 Parents: d816190 Author: Robert Kowalski <[email protected]> Authored: Sat Apr 5 17:52:38 2014 +0200 Committer: Robert Kowalski <[email protected]> Committed: Sat Apr 5 18:02:11 2014 +0200 ---------------------------------------------------------------------- src/fauxton/app/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/9f6a9190/src/fauxton/app/helpers.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/helpers.js b/src/fauxton/app/helpers.js index 4e515ec..208b0d9 100644 --- a/src/fauxton/app/helpers.js +++ b/src/fauxton/app/helpers.js @@ -23,7 +23,7 @@ define([ "d3" ], -function(utils) { +function(utils, d3) { var Helpers = {};
