Fix example polymer import in styleguide.
Change-Id: I37440b3b26724835eada66d51637cd2ee34a5ee5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3003642 Reviewed-by: Jochen Eisinger <jochen@chromium.org> Commit-Queue: Ryan Lester <rlester@google.com> Cr-Commit-Position: refs/heads/master@{#899138}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
1c0c725078
commit
9911b7366d
@ -370,7 +370,7 @@ Also see the [Google Polymer Style Guide](http://go/polymer-style).
|
||||
|
||||
* In new code, use class based syntax for custom elements. Example:
|
||||
```js
|
||||
import {html, PolymerElement} from 'chrome://resources/polymer/v3_0/polymer/polymer_bundled.m.js';
|
||||
import {html, PolymerElement} from 'chrome://resources/polymer/v3_0/polymer/polymer_bundled.min.js';
|
||||
|
||||
class MyAppElement extends PolymerElement {
|
||||
static get is() {
|
||||
|
Reference in New Issue
Block a user