mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Linting.
This commit is contained in:
parent
5168232481
commit
6363a80b49
@ -14,9 +14,8 @@ function Mascot () {
|
|||||||
pxNotRatio: true,
|
pxNotRatio: true,
|
||||||
width: 200,
|
width: 200,
|
||||||
height: 200,
|
height: 200,
|
||||||
staticImage: './images/icon-512.png'
|
staticImage: './images/icon-512.png',
|
||||||
})
|
})
|
||||||
debugger;
|
|
||||||
if (!this.logo.webGLSupport) return
|
if (!this.logo.webGLSupport) return
|
||||||
this.refollowMouse = debounce(this.logo.setFollowMouse.bind(this.logo, true), 1000)
|
this.refollowMouse = debounce(this.logo.setFollowMouse.bind(this.logo, true), 1000)
|
||||||
this.unfollowMouse = this.logo.setFollowMouse.bind(this.logo, false)
|
this.unfollowMouse = this.logo.setFollowMouse.bind(this.logo, false)
|
||||||
|
Loading…
Reference in New Issue
Block a user