change isNew->isInitialized in doc
This commit is contained in:
parent
537e78ac91
commit
71046f5be5
2 changed files with 3 additions and 3 deletions
|
|
@ -213,7 +213,7 @@ See [`m()`](mithril.md) for more information on virtual elements.
|
|||
[How to read signatures](how-to-read-signatures.md)
|
||||
|
||||
```clike
|
||||
void route(DOMElement element, Boolean isNew)
|
||||
void route(DOMElement element, Boolean isInitialized)
|
||||
```
|
||||
|
||||
- **DOMElement element**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue