feature/default_network_editable
Kevin Serrano 8 years ago
parent 5168232481
commit 6363a80b49
  1. 3
      ui/app/components/mascot.js

@ -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…
Cancel
Save