Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Commit

Permalink
PUSH AGAIN!!
Browse files Browse the repository at this point in the history
  • Loading branch information
klikini committed Nov 24, 2015
1 parent 08fe0b9 commit 8ee2bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ final String rsToken = "ud6He9TXcpyOEByE944g";
MapData mapData;
Map<String, dynamic> constants;

bool get hasTouchSupport => context.callMethod('hasTouchSupport');
bool get hasTouchSupport => context.callMethod("hasTouchSupport");

@whenPolymerReady
afterPolymer() async {
Expand Down

0 comments on commit 8ee2bbb

Please sign in to comment.