Update abuse_reports.js.es6 with prettier window.gl
assignment
This commit is contained in:
parent
02591b0430
commit
5ddb51ba5a
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
window.gl = window.gl || {};
|
|
||||||
((global) => {
|
((global) => {
|
||||||
const MAX_MESSAGE_LENGTH = 500;
|
const MAX_MESSAGE_LENGTH = 500;
|
||||||
const MESSAGE_CELL_SELECTOR = '.abuse-reports .message';
|
const MESSAGE_CELL_SELECTOR = '.abuse-reports .message';
|
||||||
|
@ -36,4 +35,4 @@ window.gl = window.gl || {};
|
||||||
}
|
}
|
||||||
|
|
||||||
global.AbuseReports = AbuseReports;
|
global.AbuseReports = AbuseReports;
|
||||||
})(window.gl);
|
})(window.gl || (window.gl = {}));
|
||||||
|
|
Loading…
Reference in a new issue