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

Unified Diff: packages/js_util/example/js_util.html

Issue 2119523002: Added full js & js_util packages (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 4 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
« no previous file with comments | « packages/js_util/example/js_util.dart ('k') | packages/js_util/js_util.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/js_util/example/js_util.html
diff --git a/packages/js_util/example/js_util.html b/packages/js_util/example/js_util.html
new file mode 100644
index 0000000000000000000000000000000000000000..1a26173af356af7d8d5eaa212a43a3be7923dc77
--- /dev/null
+++ b/packages/js_util/example/js_util.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>js_util Demo</title>
+ <script src="packages/js_util/dist/js_util.js"></script>
+ <script async src="packages/browser/dart.js"></script>
+ </head>
+ <body>
+ <h1>js_util Demo</h1>
+
+ <div id="container"></div>
+
+ <script async type="application/dart" src="js_util.dart"></script>
+ </body>
+</html>
« no previous file with comments | « packages/js_util/example/js_util.dart ('k') | packages/js_util/js_util.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698