Changeset 39277
- Timestamp:
- 11/17/2016 09:03:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/wp-custom-header.js
r39272 r39277 1 1 /* global YT */ 2 ( 2 (function( window, settings ) { 3 3 4 4 var NativeHandler, YouTubeHandler; … … 107 107 108 108 this.settings = settings; 109 this.container = document.getElementById( 'wp-custom-header' ) ,109 this.container = document.getElementById( 'wp-custom-header' ); 110 110 this.button = button; 111 111 … … 229 229 * Create a custom handler. 230 230 * 231 * @param 231 * @param {object} protoProps Properties to apply to the prototype. 232 232 * @return CustomHandler The subclass. 233 233 */
Note: See TracChangeset
for help on using the changeset viewer.