This commit is contained in:
Kevin Serrano 2016-08-23 14:32:12 -07:00
parent 5168232481
commit 6363a80b49
1 changed files with 1 additions and 2 deletions

View File

@ -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)