/**
* JTSage-DateBox
* @fileOverview Widget binder. Used only in the test enviroment.
* @author J.T.Sage <jtsage+datebox@gmail.com>
* @author {@link https://github.com/jtsage/jtsage-datebox/contributors|GitHub Contributors}
* @license {@link https://github.com/jtsage/jtsage-datebox/blob/master/LICENSE.txt|MIT}
* @version 5.2.0
*
*/
( function( $ ) {
$.widget( "jtsage.datebox", JTSageDateBox )( jQuery );
})(jQuery);