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

Unified Diff: lib/html/doc/nodoc-src/_ElementFactoryProvider.dart

Issue 10544064: Add dummy dart:html library for documentation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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: lib/html/doc/nodoc-src/_ElementFactoryProvider.dart
diff --git a/lib/html/doc/nodoc-src/_ElementFactoryProvider.dart b/lib/html/doc/nodoc-src/_ElementFactoryProvider.dart
new file mode 100644
index 0000000000000000000000000000000000000000..b617a2e172f7e158dc542fc2b1d857095ecee982
--- /dev/null
+++ b/lib/html/doc/nodoc-src/_ElementFactoryProvider.dart
@@ -0,0 +1,4 @@
+class _ElementFactoryProvider {
+ factory Element.html(String html) => null;
+ factory Element.tag(String tag) => null;
+}
« no previous file with comments | « lib/html/doc/nodoc-src/_DeprecatedPeerConnectionFactoryProvider.dart ('k') | lib/html/doc/nodoc-src/_Elements.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698