mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-19 12:52:11 +01:00
a70f109ac4
- Variables and functions which are to be private in DataTables, but available across all files have a single leading underscore. - Variables and functions which are to be private in a single file have two underscores (but no self executing function to restrict scope as that will just take extra space). - Externally exposed functions and JSHint globals list updated