Problem/Motivation
When using entity browser with tabs, I noticed that the 'Files listing' tab wasn't appearing, though the upload + configure parts of the form were working fine. Looking in the browser console. I noticed that .once() was not available & causing an issue.

jquery.once is a core library, so if .once() is being used then it should be added as a dependency.
It's possible others haven't had this issue because other modules/themes could have had jquery.once as a dependency, making it available (as was the case in another site I've built).
Proposed resolution
Add core/jquery.once as a dependency to the libraries that require it.
Remaining tasks
Review patch.
Comments
Comment #2
smazComment #3
smazComment #4
slashrsm commentedCommitted. Thanks!