| Index: pkg/polymer_expressions/example/streams/collect_key_press.html
|
| diff --git a/pkg/polymer_expressions/example/streams/collect_key_press.html b/pkg/polymer_expressions/example/streams/collect_key_press.html
|
| index 0bd7ffe6cfc85591938f6956ac05b680f375ae4b..d2225f5fe40aa6e3235a568b64b6c7018138c9ca 100644
|
| --- a/pkg/polymer_expressions/example/streams/collect_key_press.html
|
| +++ b/pkg/polymer_expressions/example/streams/collect_key_press.html
|
| @@ -31,7 +31,7 @@ BSD-style license that can be found in the LICENSE file.
|
| 'collect': collect,
|
| };
|
|
|
| - templateBind(query('#test'))
|
| + templateBind(querySelector('#test'))
|
| ..bindingDelegate = new PolymerExpressions(globals: globals)
|
| ..model = null;
|
| }
|
|
|