/*jslint vars: true, white: true */ /*global jQuery, IQVOC */ IQVOC.ConceptMappingManager = (function($) { "use strict"; function ConceptMappingManager(selector, editable) { this.root = selector.jquery ? selector : $(selector); this.editable = editable === true; this.conceptMappings = this.determineConceptMappings(); this.datasets = $(document.body).data("datasets"); this.list = $('