mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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 );
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user