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

Side by Side Diff: appengine/config_service/ui/bower_components/webcomponentsjs/custom-elements-es5-adapter.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 (function () {
2 'use strict';
3
4 (()=>{'use strict';if(!window.customElements)return;const a=window.HTMLElement,b =window.customElements.define,c=window.customElements.get,d=new Map,e=new Map;le t f=!1,g=!1;window.HTMLElement=function(){if(!f){const j=d.get(this.constructor) ,k=c.call(window.customElements,j);g=!0;const l=new k;return l}f=!1;},window.HTM LElement.prototype=a.prototype;Object.defineProperty(window,'customElements',{va lue:window.customElements,configurable:!0,writable:!0}),Object.defineProperty(wi ndow.customElements,'define',{value:(j,k)=>{const l=k.prototype,m=class extends a{constructor(){super(),Object.setPrototypeOf(this,l),g||(f=!0,k.call(this)),g=! 1;}},n=m.prototype;m.observedAttributes=k.observedAttributes,n.connectedCallback =l.connectedCallback,n.disconnectedCallback=l.disconnectedCallback,n.attributeCh angedCallback=l.attributeChangedCallback,n.adoptedCallback=l.adoptedCallback,d.s et(k,j),e.set(j,k),b.call(window.customElements,j,m);},configurable:!0,writable: !0}),Object.defineProperty(window.customElements,'get',{value:(j)=>e.get(j),conf igurable:!0,writable:!0});})();
5
6 /**
7 @license
8 Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
9 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt
10 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
11 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt
12 Code distributed by Google as part of the polymer project is also
13 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt
14 */
15
16 }());
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698