This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Selectize.define( 'clear_selection', function ( options ) { | |
| var self = this; | |
| //Overriding because, ideally you wouldn't use header & clear_selection simultaneously | |
| self.plugins.settings.dropdown_header = { | |
| title: 'Clear Selection' | |
| }; | |
| this.require( 'dropdown_header' ); | |
| self.setup = (function () { |