mirror of https://github.com/zulip/zulip.git
js: Remove /* eslint indent: "off" */ comments.
The time has come to dedent these files. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
8c065d1fcd
commit
5f590d3500
|
@ -1,5 +1,3 @@
|
|||
/* eslint indent: "off" */
|
||||
|
||||
var bot_data = (function () {
|
||||
var exports = {};
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* eslint indent: "off" */
|
||||
|
||||
var LightboxCanvas = (function () {
|
||||
var events = {
|
||||
documentMouseup: [],
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* eslint indent: "off" */
|
||||
|
||||
var list_render = (function () {
|
||||
|
||||
var exports = {};
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* eslint indent: "off" */
|
||||
import SimpleBar from 'simplebar';
|
||||
import {activate_correct_tab} from './tabbed-instructions.js';
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* eslint indent: "off" */
|
||||
var realm_icon = (function () {
|
||||
|
||||
var exports = {};
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* eslint indent: "off" */
|
||||
var realm_logo = (function () {
|
||||
var exports = {};
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/* eslint indent: "off" */
|
||||
var upload_widget = (function () {
|
||||
|
||||
var exports = {};
|
||||
|
|
Loading…
Reference in New Issue