YetiForceCompany/YetiForceCRM

View on GitHub
public_html/layouts/basic/modules/KnowledgeBase/resources/KnowledgeBase.js

Summary

Maintainability
A
50 mins
Test Coverage
/* {[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('KnowledgeBase_KnowledgeBase_Js', {
    registerEvents: function () {
        KnowledgeBase.mount({
            el: '#KnowledgeBaseContainer',
            state: {
                moduleName: 'KnowledgeBase'
            }
        });
    }
});