mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
fix lint - bis
This commit is contained in:
parent
d08216e857
commit
f103e60d1d
@ -19,8 +19,8 @@ import FixedDistributor from "./fixed";
|
||||
// const allowWhitespace = true;
|
||||
const handleHeight = 1;
|
||||
|
||||
function log(...params) {
|
||||
console.log.apply(console, params);
|
||||
function log() {
|
||||
// console.log.apply(console, ["LAYOUT: "].concat(params));
|
||||
}
|
||||
|
||||
function clamp(height, min, max) {
|
||||
|
Loading…
Reference in New Issue
Block a user