Cleanup [27892].

git-svn-id: https://develop.svn.wordpress.org/trunk@27893 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-04-01 15:29:34 +00:00
parent 11f6751d51
commit 3046451bf7
1 changed files with 0 additions and 2 deletions

View File

@ -931,13 +931,11 @@ var WidgetCustomizer = ( function ($) {
// Highlight whenever hovering or clicking over the form // Highlight whenever hovering or clicking over the form
control.container.on( 'mouseenter click', function () { control.container.on( 'mouseenter click', function () {
control.setting.previewer.send( 'highlight-widget', control.params.widget_id ); control.setting.previewer.send( 'highlight-widget', control.params.widget_id );
//control.highlightPreviewWidget();
} ); } );
// Highlight when the setting is updated // Highlight when the setting is updated
control.setting.bind( function () { control.setting.bind( function () {
control.setting.previewer.send( 'highlight-widget', control.params.widget_id ); control.setting.previewer.send( 'highlight-widget', control.params.widget_id );
//control.highlightPreviewWidget();
} ); } );
// Highlight when the widget form is expanded // Highlight when the widget form is expanded