(function( $ ) {
'use strict';
$(function(){
$('.rp-colorpicker').wpColorPicker();
});
})( jQuery );