1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Stopped hardcoding beestat.touch.

This commit is contained in:
Jon Ziebell 2021-12-16 07:49:51 -05:00
parent fbf70fee67
commit 21519c46c5

View File

@ -5,7 +5,6 @@
* @return {boolean} Whether or not the device is touch enabled.
*/
beestat.touch = function() {
return true;
if (beestat.touch_ !== undefined) {
return beestat.touch_;
}