Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/joomla5/plugins/fabrik_element/count/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/joomla5/plugins/fabrik_element/count/count.js

/**
 * Count Element
 *
 * @copyright: Copyright (C) 2005-2016  Media A-Team, Inc. - All rights
reserved.
 * @license:   GNU/GPL http://www.gnu.org/copyleft/gpl.html
 */
define(['jquery', 'fab/element'], function (jQuery,
FbElement) {
    window.FbCount = new Class({
        Extends   : FbElement,
        initialize: function (element, options) {
            this.setPlugin('fabrikcount');
            this.parent(element, options);
        }
    });

    return window.FbCount;
});