mirror of
https://github.com/overte-org/overte.git
synced 2025-07-29 10:51:31 +02:00
Update cat.js
This commit is contained in:
parent
59c1c7ee6a
commit
55d20e9d4c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
isMeowing:false,
|
isMeowing:false,
|
||||||
injector:null,
|
injector:null,
|
||||||
startTouch: function() {
|
startTouch: function() {
|
||||||
var _ t=this;
|
var _t=this;
|
||||||
if(this.isMeowing!==true){
|
if(this.isMeowing!==true){
|
||||||
this.meow();
|
this.meow();
|
||||||
this.isMeowing=true;
|
this.isMeowing=true;
|
||||||
|
|
Loading…
Reference in a new issue