Some classes are still using the ES5 ClassName.prototype.methondName = function(){}; method declaration syntax. We should clean these up to encapsulate all of the class methods within an ES6 class definition block. Classes which need cleanup include:
Some classes are still using the ES5
ClassName.prototype.methondName = function(){};method declaration syntax. We should clean these up to encapsulate all of the class methods within an ES6classdefinition block. Classes which need cleanup include:CampaignInfoStorageCandidateInfoStorage