You are here

select2.inc in Chosen 7.3

File

plugins/library/select2.inc
View source
<?php

$plugin = array(
  'name' => t('Select2'),
  'description' => t('Select2 integration.'),
  'class' => 'select2_library',
);