From a500c118e735769607a2d50e00fa8d9dd31b1f9d Mon Sep 17 00:00:00 2001 From: Rafael Weinstein Date: Fri, 9 Aug 2013 17:11:47 -0700 Subject: [PATCH] factored out Node-bind and PolymerExpressions, part 2 --- benchmark/index.html | 14 +- examples/how_to/array_reduction.html | 4 +- examples/how_to/bind_to_attributes.html | 2 +- examples/how_to/bind_to_input_elements.html | 2 +- examples/how_to/bind_to_text.html | 2 +- examples/how_to/conditional_attributes.html | 2 +- examples/how_to/conditional_template.html | 2 +- examples/how_to/custom_syntax.html | 6 +- examples/how_to/nested_templates.html | 2 +- examples/how_to/recursive_templates.html | 2 +- examples/how_to/template_ref.html | 2 +- examples/tic-tac-toe.html | 2 +- examples/util/view_controller_test.html | 2 +- load.js | 9 +- sample.html | 2 +- src/template-instantiation.js | 305 +------------------- tests/index.html | 20 +- tests/template-instantiation-tests.js | 10 +- 18 files changed, 47 insertions(+), 343 deletions(-) diff --git a/benchmark/index.html b/benchmark/index.html index 258a868..737c71d 100644 --- a/benchmark/index.html +++ b/benchmark/index.html @@ -15,13 +15,13 @@ limitations under the License. --> - MDV Benchmarks + Template instantiation benchmarks - + - - - + + + -

MDV Benchmarks

+

Template instantiation benchmarks

Width: