Fauxton: fix undefined d3 dependency Fixes the ActiveTasks View
Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/49234444 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/49234444 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/49234444 Branch: refs/heads/import-master Commit: 492344443dbfdbb19b67edec39d1938a8e12fabd Parents: 5b3238d 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 ---------------------------------------------------------------------- app/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/49234444/app/helpers.js ---------------------------------------------------------------------- diff --git a/app/helpers.js b/app/helpers.js index 4e515ec..208b0d9 100644 --- a/app/helpers.js +++ b/app/helpers.js @@ -23,7 +23,7 @@ define([ "d3" ], -function(utils) { +function(utils, d3) { var Helpers = {};
