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

Unified Diff: appengine/config_service/ui/bower_components/polymer/externs/polymer-externs.js

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Created 3 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: appengine/config_service/ui/bower_components/polymer/externs/polymer-externs.js
diff --git a/appengine/config_service/ui/bower_components/polymer/externs/polymer-externs.js b/appengine/config_service/ui/bower_components/polymer/externs/polymer-externs.js
new file mode 100644
index 0000000000000000000000000000000000000000..7305e11caffa81a53dc5ed517d8097c07f9277d2
--- /dev/null
+++ b/appengine/config_service/ui/bower_components/polymer/externs/polymer-externs.js
@@ -0,0 +1,17 @@
+/**
+ * @fileoverview Externs for Polymer
+ * @externs
+ */
+
+/**
+ * @param {!{is: string}} init
+ * @return {!HTMLElement}
+ */
+function Polymer(init){}
+
+/**
+ * @param {string} string
+ * @param {Object} obj
+ * @return {string}
+ */
+function JSCompiler_renameProperty(string, obj) {}

Powered by Google App Engine
This is Rietveld 408576698