Remove leftover JS global, see #18198

git-svn-id: http://core.svn.wordpress.org/trunk@20942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2012-05-27 07:56:40 +00:00
parent c8485f2a1b
commit dd2bae8931
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
var showNotice, adminMenu, columns, validateForm, screenMeta, autofold_menu; var showNotice, adminMenu, columns, validateForm, screenMeta;
(function($){ (function($){
// Removed in 3.3. // Removed in 3.3.
// (perhaps) needed for back-compat // (perhaps) needed for back-compat