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

Unified Diff: pkg/custom_element/lib/custom_element.dart

Issue 24653006: Adding Element.created constructor (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « no previous file | pkg/unittest/lib/html_config.dart » ('j') | pkg/unittest/lib/html_config.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/custom_element/lib/custom_element.dart
diff --git a/pkg/custom_element/lib/custom_element.dart b/pkg/custom_element/lib/custom_element.dart
index 98bef7499846167d315e097a6bc151d9fc883f6e..2912a2efbaed10aca8810cfdfcecc94eff7291f6 100644
--- a/pkg/custom_element/lib/custom_element.dart
+++ b/pkg/custom_element/lib/custom_element.dart
@@ -171,6 +171,9 @@ class CustomElement implements Element {
* Note that [root] will be a [ShadowRoot] if the browser supports Shadow DOM.
*/
void created() {}
+ // Added for analyzer warnings
+ @deprecated
+ void createdCallback() {}
/** Invoked when this component gets inserted in the DOM tree. */
void inserted() {}
« no previous file with comments | « no previous file | pkg/unittest/lib/html_config.dart » ('j') | pkg/unittest/lib/html_config.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698