| Index: pkg/polymer_expressions/example/streams/count_clicks.html
|
| diff --git a/pkg/polymer_expressions/example/streams/count_clicks.html b/pkg/polymer_expressions/example/streams/count_clicks.html
|
| index e164719c8e94ef96f3d027c9dd23c98c921e0ee6..705a1806f02e551bca51f4ddd81709b07670d8ce 100644
|
| --- a/pkg/polymer_expressions/example/streams/count_clicks.html
|
| +++ b/pkg/polymer_expressions/example/streams/count_clicks.html
|
| @@ -26,14 +26,12 @@ BSD-style license that can be found in the LICENSE file.
|
| }
|
|
|
| main() {
|
| - mdv.initialize();
|
| -
|
| var globals = {
|
| 'mouseDown': document.onMouseDown,
|
| 'count': count,
|
| };
|
|
|
| - query('#test')
|
| + templateBind(query('#test'))
|
| ..bindingDelegate = new PolymerExpressions(globals: globals)
|
| ..model = null;
|
| }
|
|
|