Avoid leaking the 'media' var into the global JS namespace. props koopersmith, fixes #22676.

git-svn-id: http://core.svn.wordpress.org/trunk@22968 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-12-02 16:32:47 +00:00
parent 27bf82201b
commit a5549c1d16
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
window.wp = window.wp || {};
(function($){
var Attachment, Attachments, Query, compare, l10n;
var Attachment, Attachments, Query, compare, l10n, media;
/**
* wp.media( attributes )