Make WordPress Core

Changeset 27893


Ignore:
Timestamp:
04/01/2014 03:29:34 PM (10 years ago)
Author:
ocean90
Message:

Cleanup [27892].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/customize-widgets.js

    r27892 r27893  
    932932            control.container.on( 'mouseenter click', function () {
    933933                control.setting.previewer.send( 'highlight-widget', control.params.widget_id );
    934                 //control.highlightPreviewWidget();
    935934            } );
    936935
     
    938937            control.setting.bind( function () {
    939938                control.setting.previewer.send( 'highlight-widget', control.params.widget_id );
    940                 //control.highlightPreviewWidget();
    941939            } );
    942940
Note: See TracChangeset for help on using the changeset viewer.