config can be value or function

This commit is contained in:
Adam Bradley
2015-06-26 22:00:37 -05:00
parent 8503e52c56
commit 94cf53cd3d
3 changed files with 6 additions and 2 deletions

View File

@ -103,6 +103,7 @@ var tapEventListeners = {
Platform.ready().then(config => {
if (config.setting('tapPolyfill')) {
console.log('Tap.register, tapPolyfill')
Tap.register(document);
}