Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(979)

Unified Diff: pkg/polymer/test/computed_properties_test.html

Issue 588373003: Update to polymer js version 0.4.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698