| Index: pkg/polymer_expressions/example/streams/mouse_move.html
|
| diff --git a/pkg/polymer_expressions/example/streams/mouse_move.html b/pkg/polymer_expressions/example/streams/mouse_move.html
|
| index c6cd1ccbed1b00880dc9a810f6db01b2ddbc865f..d4ef3f3016c65d1f8a4142d2fc87e06dde20fec6 100644
|
| --- a/pkg/polymer_expressions/example/streams/mouse_move.html
|
| +++ b/pkg/polymer_expressions/example/streams/mouse_move.html
|
| @@ -16,13 +16,11 @@ BSD-style license that can be found in the LICENSE file.
|
| import 'package:mdv/mdv.dart' as mdv;
|
|
|
| main() {
|
| - mdv.initialize();
|
| -
|
| var globals = {
|
| 'mouse': document.onMouseMove,
|
| };
|
|
|
| - query('#test')
|
| + templateBind(query('#test'))
|
| ..bindingDelegate = new PolymerExpressions(globals: globals)
|
| ..model = null;
|
| }
|
|
|