Index: pkg/polymer/test/computed_properties_test.html |
diff --git a/pkg/polymer/test/computed_properties_test.html b/pkg/polymer/test/computed_properties_test.html |
index cdca3fa3bca55a2f1c3e141d2ac7a42fba88f483..2dd72567d32093d92206908ec9dca6c300fbf765 100644 |
--- a/pkg/polymer/test/computed_properties_test.html |
+++ b/pkg/polymer/test/computed_properties_test.html |
@@ -10,7 +10,7 @@ |
</head> |
<body> |
- <x-foo foo="mee" bar="too" count=3></x-foo> |
+ <x-foo foo="mee" bar="too" count=3></x-foo> |
<polymer-element name="x-foo" attributes="foo bar count"> |
<template>{{ fooBar }}:{{ fooBarCounted }}</template> |