Fixes for jshint

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


git-svn-id: http://core.svn.wordpress.org/trunk@27486 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2014-03-20 22:27:15 +00:00
parent 00924f6275
commit 4ad3972f74
4 changed files with 3 additions and 5 deletions

View File

@@ -1265,7 +1265,7 @@ themes.RunInstaller = {
self.view.trigger( 'theme:close' );
});
themes.router.on( 'route:upload', function( slug ) {
themes.router.on( 'route:upload', function() {
$( 'a.upload' ).trigger( 'click' );
});