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 bot_data = (function () {
|
||||||
var exports = {};
|
var exports = {};
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* eslint indent: "off" */
|
|
||||||
|
|
||||||
var LightboxCanvas = (function () {
|
var LightboxCanvas = (function () {
|
||||||
var events = {
|
var events = {
|
||||||
documentMouseup: [],
|
documentMouseup: [],
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* eslint indent: "off" */
|
|
||||||
|
|
||||||
var list_render = (function () {
|
var list_render = (function () {
|
||||||
|
|
||||||
var exports = {};
|
var exports = {};
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
/* eslint indent: "off" */
|
|
||||||
import SimpleBar from 'simplebar';
|
import SimpleBar from 'simplebar';
|
||||||
import {activate_correct_tab} from './tabbed-instructions.js';
|
import {activate_correct_tab} from './tabbed-instructions.js';
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
/* eslint indent: "off" */
|
|
||||||
var realm_icon = (function () {
|
var realm_icon = (function () {
|
||||||
|
|
||||||
var exports = {};
|
var exports = {};
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
/* eslint indent: "off" */
|
|
||||||
var realm_logo = (function () {
|
var realm_logo = (function () {
|
||||||
var exports = {};
|
var exports = {};
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
/* eslint indent: "off" */
|
|
||||||
var upload_widget = (function () {
|
var upload_widget = (function () {
|
||||||
|
|
||||||
var exports = {};
|
var exports = {};
|
||||||
|
|
Loading…
Reference in New Issue