Ticket #25877: 25877.global.diff
File 25877.global.diff, 440 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/js/color-picker.js
1 /* global wpColorPickerL10n:true */ 1 2 ( function( $, undef ){ 2 3 3 4 // html stuff … … 129 130 } 130 131 131 132 $.widget( 'wp.wpColorPicker', ColorPicker ); 132 }( jQuery ) ); 133 No newline at end of file 133 }( jQuery ) );