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));
jQuery(document).ready( function($) { jQuery(document).ready( function($) {
var stamp, visibility, $submitButtons, updateVisibility, updateText, $content, topx, reset, var stamp, visibility, $submitButtons, updateVisibility, updateText,
deltax = 0,
sticky = '', sticky = '',
last = 0, last = 0,
co = $('#content'), co = $('#content'),

View File

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