Make WordPress Core

Changeset 27783


Ignore:
Timestamp:
03/27/2014 05:31:00 PM (11 years ago)
Author:
nacin
Message:

Remove unused JS variables after [27770]. see #27013.

Location:
trunk/src
Files:
2 edited

Legend:

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

    r27770 r27783  
    375375
    376376jQuery(document).ready( function($) {
    377     var stamp, visibility, $submitButtons, updateVisibility, updateText, $content, topx, reset,
    378         deltax = 0,
     377    var stamp, visibility, $submitButtons, updateVisibility, updateText,
    379378        sticky = '',
    380379        last = 0,
  • trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js

    r27770 r27783  
    271271
    272272    editor.on( 'init', function() {
    273         var env = tinymce.Env, topx, reset,
    274             deltax = 0,
     273        var env = tinymce.Env,
    275274            bodyClass = ['mceContentBody'], // back-compat for themes that use this in editor-style.css...
    276275            doc = editor.getDoc(),
Note: See TracChangeset for help on using the changeset viewer.