Dashboard: Remove a rogue comma introduced in [41895].

See #41316.



git-svn-id: https://develop.svn.wordpress.org/trunk@41896 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2017-10-18 12:39:00 +00:00
parent 5fa59cf197
commit 65585359c3

View File

@ -68,7 +68,7 @@ jQuery(document).ready( function($) {
e.preventDefault();
var args = {
slug: 'gutenberg',
success: installGutenbergSuccess,
success: installGutenbergSuccess
};
wp.updates.installPlugin( args );
} );