test(platform): init platform/config tests

This commit is contained in:
Adam Bradley
2015-10-01 22:45:46 -05:00
parent faa9596489
commit fcacce1d9d
5 changed files with 233 additions and 34 deletions

View File

@@ -16,7 +16,7 @@ export class TapClick {
self.lastTouch = 0;
self.lastActivated = 0;
self.disableClick = 0;
self.disableClickLimit = 1500;
self.disableClickLimit = 1000;
self.tapPolyfill = (config.setting('tapPolyfill') !== false);