fix lint - bis
This commit is contained in:
@@ -19,8 +19,8 @@ import FixedDistributor from "./fixed";
|
|||||||
// const allowWhitespace = true;
|
// const allowWhitespace = true;
|
||||||
const handleHeight = 1;
|
const handleHeight = 1;
|
||||||
|
|
||||||
function log(...params) {
|
function log() {
|
||||||
console.log.apply(console, params);
|
// console.log.apply(console, ["LAYOUT: "].concat(params));
|
||||||
}
|
}
|
||||||
|
|
||||||
function clamp(height, min, max) {
|
function clamp(height, min, max) {
|
||||||
|
|||||||
Reference in New Issue
Block a user