ok
Direktori : /home/ngwcolle/public_html/mis/admin/vendor/select2/src/js/select2/dropdown/ |
Current File : //home/ngwcolle/public_html/mis/admin/vendor/select2/src/js/select2/dropdown/attachContainer.js |
define([ ], function () { function AttachContainer (decorated, $element, options) { decorated.call(this, $element, options); } AttachContainer.prototype.position = function (decorated, $dropdown, $container) { var $dropdownContainer = $container.find('.dropdown-wrapper'); $dropdownContainer.append($dropdown); $dropdown.addClass('select2-dropdown--below'); $container.addClass('select2-container--below'); }; return AttachContainer; });