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

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

Issue 26967004: add @MirrorsUsed to observe/polymer/polymer_exprs pkgs (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix typo in comment Created 7 years, 2 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/instance_attrs_test.html
diff --git a/pkg/polymer/test/instance_attrs_test.html b/pkg/polymer/test/instance_attrs_test.html
index 180986179953f6c833ae6b4f5444f9475a187a7c..6665a9e9858cb428638a456a78b4f04121164236 100644
--- a/pkg/polymer/test/instance_attrs_test.html
+++ b/pkg/polymer/test/instance_attrs_test.html
@@ -11,7 +11,7 @@ BSD-style license that can be found in the LICENSE file.
<script src="packages/unittest/test_controller.js"></script>
</head>
<body>
- <polymer-element name="my-element" foo="123" bar="hi" baz="there" noscript>
+ <polymer-element name="my-element" foo="123" bar="hi" baz="there">
<template>
foo: {{attributes['foo']}}
bar: {{attributes['bar']}}

Powered by Google App Engine
This is Rietveld 408576698