aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-08-24 05:32:12 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-08-24 05:32:12 +0800
commit6363a80b49fc9ae7ba168bbd8416fddf0ac75557 (patch)
tree412a5b8793dc91f8f43e06c24b47da52cfb67028
parent5168232481849019d00756139b3cfc7b6a93a1f3 (diff)
downloadtangerine-wallet-browser-6363a80b49fc9ae7ba168bbd8416fddf0ac75557.tar
tangerine-wallet-browser-6363a80b49fc9ae7ba168bbd8416fddf0ac75557.tar.gz
tangerine-wallet-browser-6363a80b49fc9ae7ba168bbd8416fddf0ac75557.tar.bz2
tangerine-wallet-browser-6363a80b49fc9ae7ba168bbd8416fddf0ac75557.tar.lz
tangerine-wallet-browser-6363a80b49fc9ae7ba168bbd8416fddf0ac75557.tar.xz
tangerine-wallet-browser-6363a80b49fc9ae7ba168bbd8416fddf0ac75557.tar.zst
tangerine-wallet-browser-6363a80b49fc9ae7ba168bbd8416fddf0ac75557.zip
Linting.
-rw-r--r--ui/app/components/mascot.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/app/components/mascot.js b/ui/app/components/mascot.js
index 28a6e735f..f2b00262b 100644
--- a/ui/app/components/mascot.js
+++ b/ui/app/components/mascot.js
@@ -14,9 +14,8 @@ function Mascot () {
pxNotRatio: true,
width: 200,
height: 200,
- staticImage: './images/icon-512.png'
+ staticImage: './images/icon-512.png',
})
- debugger;
if (!this.logo.webGLSupport) return
this.refollowMouse = debounce(this.logo.setFollowMouse.bind(this.logo, true), 1000)
this.unfollowMouse = this.logo.setFollowMouse.bind(this.logo, false)