| Index: samples/swarm/swarm_ui_lib/touch/ClickBuster.dart
|
| diff --git a/samples/swarm/swarm_ui_lib/touch/ClickBuster.dart b/samples/swarm/swarm_ui_lib/touch/ClickBuster.dart
|
| index 309f995c286c84ecad8a0d78741cc4550688d143..c6f57d5ecdbc3cb9d2e3bbcefc5e77c3b7c31351 100644
|
| --- a/samples/swarm/swarm_ui_lib/touch/ClickBuster.dart
|
| +++ b/samples/swarm/swarm_ui_lib/touch/ClickBuster.dart
|
| @@ -175,7 +175,7 @@ class ClickBuster {
|
| // temporary "allowable zone".
|
| // - The click handler captures the user's click event and allows it to
|
| // propagate since the click falls in the "allowable zone".
|
| - if (_coordinates === null) {
|
| + if (_coordinates == null) {
|
| // Listen to clicks on capture phase so they can be busted before anything
|
| // else gets a chance to handle them.
|
| document.on.click.add((e) { _onClick(e); }, true);
|
|
|