aboutsummaryrefslogtreecommitdiffstats
path: root/ui/unique-id.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-071-2/+5
| | | | | Fixes #15393 Closes gh-1958
* Core: Movie uniqueId into its own module and deprecate core moduleAlexander Schmitz2015-08-081-0/+49
uniqueId was the last thing in the core module, and it is now just a helper which require all the modules it used to contain. Closes #9647