Make WordPress Core

Changeset 27092


Ignore:
Timestamp:
02/04/2014 04:06:13 PM (11 years ago)
Author:
nacin
Message:

Autosave: Fix typo in event namespace. props avryl, see #25272.

File:
1 edited

Legend:

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

    r27038 r27092  
    350350                $('.wrap h2').first().after( $notice.addClass( 'updated' ).show() );
    351351
    352                 $notice.on( 'click.autosae-local', function( event ) {
     352                $notice.on( 'click.autosave-local', function( event ) {
    353353                    var $target = $( event.target );
    354354
Note: See TracChangeset for help on using the changeset viewer.