Update cat.js

This commit is contained in:
James B. Pollack 2015-10-01 18:41:24 -07:00
parent 59c1c7ee6a
commit 55d20e9d4c

View file

@ -23,7 +23,7 @@
isMeowing:false,
injector:null,
startTouch: function() {
var _ t=this;
var _t=this;
if(this.isMeowing!==true){
this.meow();
this.isMeowing=true;