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

git-svn-id: https://develop.svn.wordpress.org/trunk@27783 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2014-03-27 17:31:00 +00:00
parent 9e29fa6ffd
commit ccf21196cb
2 changed files with 2 additions and 4 deletions

View File

@ -374,8 +374,7 @@ $(document).on( 'heartbeat-send.refresh-lock', function( e, data ) {
}(jQuery));
jQuery(document).ready( function($) {
var stamp, visibility, $submitButtons, updateVisibility, updateText, $content, topx, reset,
deltax = 0,
var stamp, visibility, $submitButtons, updateVisibility, updateText,
sticky = '',
last = 0,
co = $('#content'),

View File

@ -270,8 +270,7 @@ tinymce.PluginManager.add( 'wordpress', function( editor ) {
});
editor.on( 'init', function() {
var env = tinymce.Env, topx, reset,
deltax = 0,
var env = tinymce.Env,
bodyClass = ['mceContentBody'], // back-compat for themes that use this in editor-style.css...
doc = editor.getDoc(),
dom = editor.dom;