del click event

This commit is contained in:
vczero
2015-04-23 10:56:50 +08:00
parent 0eef52a3bc
commit aa8ac65e9e
+1 -1
View File
@@ -70,7 +70,7 @@
}
}
this.el.onclick = addEvent;
//this.el.onclick = addEvent;
this.el.ontouchstart = addEvent;
body.appendChild(this.el);
}