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

Built from https://develop.svn.wordpress.org/trunk@27783


git-svn-id: http://core.svn.wordpress.org/trunk@27619 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-03-27 17:31:14 +00:00
parent 3eb91d047c
commit 68bfa704cf
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;