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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 /**
2 * @fileoverview Externs for Polymer
3 * @externs
4 */
5
6 /**
7 * @param {!{is: string}} init
8 * @return {!HTMLElement}
9 */
10 function Polymer(init){}
11
12 /**
13 * @param {string} string
14 * @param {Object} obj
15 * @return {string}
16 */
17 function JSCompiler_renameProperty(string, obj) {}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698