mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 21:51:26 +01:00
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:
parent
9047cffc73
commit
10a17d1757
@ -559,6 +559,8 @@
|
||||
control.element.set( 'blank' !== to );
|
||||
});
|
||||
});
|
||||
|
||||
api.trigger( 'ready' );
|
||||
});
|
||||
|
||||
})( wp, jQuery );
|
Loading…
Reference in New Issue
Block a user