public_html/layouts/basic/modules/Faq/resources/KnowledgeBase.js
/* {[The file is published on the basis of YetiForce Public License 6.5 that can be found in the following directory: licenses/LicenseEN.txt or yetiforce.com]} */
'use strict';
jQuery.Class('Faq_KnowledgeBase_Js', {
registerEvents: function () {
KnowledgeBase.mount({
el: '#FaqKnowledgeBaseContainer',
state: {
moduleName: 'Faq'
}
});
}
});