Fix JSHint error introduced in [30780].

see #30608.

git-svn-id: https://develop.svn.wordpress.org/trunk@30792 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-12-08 22:06:22 +00:00
parent 27fefdf04b
commit e91efcca38

View File

@ -2412,7 +2412,7 @@
});
},
iframeContentCleanup: function( content ) {
iframeContentCleanup: function() {
this.$el.removeClass('hide-toolbar');
},