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:
parent
c84a3d2df0
commit
d67a7c9b0b
@ -1152,7 +1152,7 @@ Library = wp.media.controller.State.extend(/** @lends wp.media.controller.Librar
|
||||
if ( view && view.get( mode ) ) {
|
||||
setUserSetting( 'libraryContent', mode );
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
@ -284,7 +284,7 @@ Library = wp.media.controller.State.extend(/** @lends wp.media.controller.Librar
|
||||
if ( view && view.get( mode ) ) {
|
||||
setUserSetting( 'libraryContent', mode );
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user