aboutsummaryrefslogtreecommitdiffstats
path: root/ui/form.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-071-2/+5
| | | | | Fixes #15393 Closes gh-1958
* Form: Rename from `.form()` to `._form()` since its not for public useScott González2016-10-111-1/+1
| | | | | Fixes #15074 Closes gh-1760
* Core: Move form method into its own moduleAlexander Schmitz2015-08-081-0/+20
Ref #9647