From 9bffd3ba9c8a8fafb7b568fbc9e59b819e0fe70b Mon Sep 17 00:00:00 2001 From: Robert Buels Date: Mon, 5 Mar 2012 20:56:35 -0500 Subject: [PATCH 01/49] start calling the tracklist a config --- index.html | 2 +- js/Browser.js | 42 ++++++++++++++++++++++++------------------ 2 files changed, 25 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index e396d5eb6f..eac3e69dc1 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@ var b = new Browser({ containerID: "GenomeBrowser", refSeqs: {url: dataRoot + "/seq/refSeqs.json"}, - tracklists: [ + config: [ {url: dataRoot + "/trackList.json"} ], nameUrl: dataRoot + "/names/root.json", diff --git a/js/Browser.js b/js/Browser.js index 36859741e6..2e8a99bfee 100644 --- a/js/Browser.js +++ b/js/Browser.js @@ -4,9 +4,9 @@ * @constructor * @param params an object with the following properties:
*