zulip/static/js/portico
Anders Kaseorg 6ec808b8df js: Add "use strict" directive to CommonJS files.
ES and TypeScript modules are strict by default and don’t need this
directive.  ESLint will remind us to add it to new CommonJS files and
remove it from ES and TypeScript modules.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-07-31 22:09:46 -07:00
..
confirm-preregistrationuser.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
desktop-login.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
desktop-redirect.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
dev-login.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
email_log.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
google-analytics.js js: Remove inner spacing from object literals. 2020-07-17 14:31:25 -07:00
header.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
help.js docs: Set <title> to article title. 2020-07-29 11:40:39 -07:00
integrations.js integrations: Fix the search input autofocus. 2020-07-28 15:17:00 -07:00
integrations_dev_panel.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
landing-page.js landing-page: Clean up ready callbacks. 2020-07-22 15:48:33 -07:00
signup.js js: Add "use strict" directive to CommonJS files. 2020-07-31 22:09:46 -07:00
tabbed-instructions.js js: Convert a.indexOf(…) !== -1 to a.includes(…). 2020-02-10 14:08:12 -08:00
team.js js: Replace underscore with lodash and remove it from globals. 2020-07-26 16:12:06 -07:00