Fix eshint error since r42739.

Remove a trailing comma in [42739] that was throing a jshint error.



git-svn-id: https://develop.svn.wordpress.org/trunk@42740 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Adam Silverstein 2018-02-25 16:48:28 +00:00
parent c84a3d2df0
commit d67a7c9b0b
2 changed files with 2 additions and 2 deletions

View File

@ -1152,7 +1152,7 @@ Library = wp.media.controller.State.extend(/** @lends wp.media.controller.Librar
if ( view && view.get( mode ) ) {
setUserSetting( 'libraryContent', mode );
}
},
}
});

View File

@ -284,7 +284,7 @@ Library = wp.media.controller.State.extend(/** @lends wp.media.controller.Librar
if ( view && view.get( mode ) ) {
setUserSetting( 'libraryContent', mode );
}
},
}
});