Disabling tap temporarily

This commit is contained in:
Max Lynch
2015-06-25 13:43:04 -05:00
parent d7ac47b942
commit 61a2ab6e26

View File

@ -78,7 +78,7 @@ Platform.register({
return app.matchesPlatform('ios', 'iphone|ipad|ipod'); return app.matchesPlatform('ios', 'iphone|ipad|ipod');
}, },
run() { run() {
Tap.run(); //Tap.run();
} }
}); });