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

git-svn-id: http://core.svn.wordpress.org/trunk@20816 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2012-05-17 00:00:57 +00:00
parent 9047cffc73
commit 10a17d1757
1 changed files with 2 additions and 0 deletions

View File

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