Fix missing utility function.

This commit is contained in:
Haocen Xu 2018-07-06 20:15:39 -04:00
parent 9c204d9bbe
commit 5c77407061
2 changed files with 2 additions and 1 deletions

View file

@ -113,6 +113,7 @@ Utils = {
const query = ['(', prefixes.join('touch-enabled),('), 'heartz', ')'].join('');
return mq(query);
})();
Utils.isTouchDevice = () => isTouchable;
return isTouchable;
},