We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbba8a4 commit e4eaa28Copy full SHA for e4eaa28
jbrowse/src/org/labkey/jbrowse/model/JsonFile.java
@@ -308,11 +308,11 @@ else if (TRACK_TYPES.bed.getFileType().isType(targetFile.getFile()))
308
309
ret = possiblyAddSearchConfig(ret, rg);
310
311
- //TODO: validate/document additional properties:
+ //TODO: validate/document additional properties. Note: unknown properties can break client-side parsing
312
if (getTrackJson() != null)
313
{
314
- JSONObject json = getExtraTrackConfig();
315
- ret.putAll(json);
+ //JSONObject json = getExtraTrackConfig();
+ //ret.putAll(json);
316
}
317
318
return ret;
0 commit comments