mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 05:29:02 +00:00
var -> const
This commit is contained in:
parent
caa0117318
commit
081e59bb78
@ -55,7 +55,7 @@ export const uuidv4 = () => {
|
|||||||
* @returns {string} the shaded color
|
* @returns {string} the shaded color
|
||||||
*/
|
*/
|
||||||
export const rgbLogShade = (p, c) => {
|
export const rgbLogShade = (p, c) => {
|
||||||
var i = parseInt,
|
const i = parseInt,
|
||||||
r = Math.round,
|
r = Math.round,
|
||||||
[a, b, c, d] = c.split(','),
|
[a, b, c, d] = c.split(','),
|
||||||
P = p < 0,
|
P = p < 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user