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

Unified Diff: sky/tests/resources/test-element.sky

Issue 845523004: console.error when using unknown attributes in templates. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « sky/tests/framework/templates.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/resources/test-element.sky
diff --git a/sky/tests/resources/test-element.sky b/sky/tests/resources/test-element.sky
index a178ed912c37cc62f82568750d59168236b3d795..33112943942ff90c42d3d2f9d549c6117cbcb360 100644
--- a/sky/tests/resources/test-element.sky
+++ b/sky/tests/resources/test-element.sky
@@ -7,7 +7,7 @@
<sky-element name="test-element" attributes="size:number, checked:boolean,name:string">
<template>
- <div id="inside" on-test-event="handleEvent" attr="{{ value }}">{{ value }}</div>
+ <div id="inside" on-test-event="handleEvent" lang="{{ value }}">{{ value }}</div>
</template>
<script>
module.exports = class extends SkyElement {
« no previous file with comments | « sky/tests/framework/templates.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698