Make WordPress Core

Changeset 35627


Ignore:
Timestamp:
11/12/2015 12:03:51 PM (10 years ago)
Author:
pento
Message:

Pinking Shears: Remove some errant non-breaking spaces from a few JavaScript files.

Props francoisb.

Fixes #34658.

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/editor-expand.js

    r32337 r35627  
    11851185
    11861186                // Make sure the body focuses when clicking outside it.
    1187                 editor.on( 'click', function( event ) {
     1187                editor.on( 'click', function( event ) {
    11881188                    if ( event.target === editor.getDoc().documentElement ) {
    11891189                        editor.focus();
  • trunk/src/wp-admin/js/revisions.js

    r31471 r35627  
    2525     *
    2626     * A debugging utility for revisions. Works only when a
    27      * debug flag is on and the browser supports it.
     27     * debug flag is on and the browser supports it.
    2828     */
    2929    revisions.log = function() {
  • trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js

    r35607 r35627  
    3838            icon: 'dashicon dashicons-align-' + direction,
    3939            cmd: 'alignnone' === name ? 'wpAlignNone' : 'Justify' + direction.slice( 0, 1 ).toUpperCase() + direction.slice( 1 ),
    40             onPostRender: function() {
     40            onPostRender: function() {
    4141                var self = this;
    4242
Note: See TracChangeset for help on using the changeset viewer.