Make WordPress Core

Ticket #25877: 25877.global.diff

File 25877.global.diff, 440 bytes (added by jorbin, 11 years ago)
  • src/wp-admin/js/color-picker.js

     
     1/* global wpColorPickerL10n:true */
    12( function( $, undef ){
    23
    34        // html stuff
     
    129130        }
    130131
    131132        $.widget( 'wp.wpColorPicker', ColorPicker );
    132 }( jQuery ) );
    133  No newline at end of file
     133}( jQuery ) );