You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: app/3.0/docs/devguide/custom-elements.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@ Related topics:
198
198
199
199
### Defer non-critical work {#defer-work}
200
200
201
-
When possible, defer work until after first paint. The [`render-status`](/{{{polymer_version_dir}}}/docs/api/namespaces/Polymer.RenderStatus) module provides
201
+
When possible, defer work until after first paint. The [`render-status`](/{{{polymer_version_dir}}}/docs/api/utils/render-status) module provides
202
202
an `afterNextRender` utility for this purpose.
203
203
204
204
```js
@@ -436,7 +436,7 @@ in Document your elements.
436
436
When creating a mixin that you intend to share with other groups or publish, a couple of additional
437
437
steps are recommended:
438
438
439
-
- Use the [`dedupingMixin`](/{{{polymer_version_dir}}}/docs/api/#function-Polymer.dedupingMixin)
439
+
- Use the [`dedupingMixin`](/{{{polymer_version_dir}}}/docs/api/utils/mixin#function-dedupingMixin)
440
440
function to produce a mixin that can only be applied once.
0 commit comments