Skip to content

Commit

Permalink
Remove leftover JS global, see #18198
Browse files Browse the repository at this point in the history
git-svn-id: http://core.svn.wordpress.org/trunk@20942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
azaozz committed May 27, 2012
1 parent c8485f2 commit dd2bae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-admin/js/common.dev.js
@@ -1,4 +1,4 @@
var showNotice, adminMenu, columns, validateForm, screenMeta, autofold_menu;
var showNotice, adminMenu, columns, validateForm, screenMeta;
(function($){
// Removed in 3.3.
// (perhaps) needed for back-compat
Expand Down

0 comments on commit dd2bae8

Please sign in to comment.