Theme Customizer: Add 'ready' event to customize-controls. see #19910.

git-svn-id: https://develop.svn.wordpress.org/trunk@20816 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-05-17 00:00:57 +00:00
parent 2f156a8756
commit 0e3b3a7555
1 changed files with 2 additions and 0 deletions

View File

@ -559,6 +559,8 @@
control.element.set( 'blank' !== to ); control.element.set( 'blank' !== to );
}); });
}); });
api.trigger( 'ready' );
}); });
})( wp, jQuery ); })( wp, jQuery );