Skip to content

Commit

Permalink
missed some stragglers; work on geneontology/amigo#317 and #1
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Mar 16, 2016
1 parent cac0035 commit bfdd0dc
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions lib/display.js
Original file line number Diff line number Diff line change
Expand Up @@ -2027,14 +2027,12 @@ button_templates.flexible_download_b3 = function(label, count, start_fields,
/// Exportable body.
///

module.exports.display = {};
// Objects.
module.exports.display.spinner = spinner;
module.exports.display.dialog = dialog;
module.exports.display.filter_shield = filter_shield;
module.exports.display.filter_table = filter_table;
module.exports.display.results_table_by_class_conf = results_table_by_class_conf;
module.exports.display.drop_select_shield = drop_select_shield;
module.exports.display.list_select_shield = list_select_shield;
module.exports.spinner = spinner;
module.exports.dialog = dialog;
module.exports.filter_shield = filter_shield;
module.exports.filter_table = filter_table;
module.exports.results_table_by_class_conf = results_table_by_class_conf;
module.exports.drop_select_shield = drop_select_shield;
module.exports.list_select_shield = list_select_shield;
// Buttons.
module.exports.display.button_templates = button_templates;
module.exports.button_templates = button_templates;

0 comments on commit bfdd0dc

Please sign in to comment.