JSHint addendum to [27450].

See #27016.


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


git-svn-id: http://core.svn.wordpress.org/trunk@27299 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-03-07 08:44:15 +00:00
parent 7f15998947
commit 3b212f7e0f
2 changed files with 2 additions and 2 deletions

View File

@ -6450,7 +6450,7 @@
t.media.remove();
}
delete mejs.players[t.id];
delete window.mejs.players[t.id];
t.container.remove();
t.globalUnbind();

File diff suppressed because one or more lines are too long