Make WordPress Core

Changeset 39277


Ignore:
Timestamp:
11/17/2016 09:03:39 AM (8 years ago)
Author:
afercia
Message:

Small coding standards cleanup of wp-custom-header.js.

Small coding standards cleanup of wp-custom-header.js after [39272].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/wp-custom-header.js

    r39272 r39277  
    11/* global YT */
    2 ( function( window, settings ) {
     2(function( window, settings ) {
    33
    44    var NativeHandler, YouTubeHandler;
     
    107107
    108108            this.settings = settings;
    109             this.container = document.getElementById( 'wp-custom-header' ),
     109            this.container = document.getElementById( 'wp-custom-header' );
    110110            this.button = button;
    111111
     
    229229     * Create a custom handler.
    230230     *
    231      * @param  {object} protoProps Properties to apply to the prototype.
     231     * @param {object} protoProps Properties to apply to the prototype.
    232232     * @return CustomHandler The subclass.
    233233     */
Note: See TracChangeset for help on using the changeset viewer.