mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Fix doc
This commit is contained in:
@@ -69,9 +69,9 @@ console.log('eruda');
|
||||
Add tool.
|
||||
|
||||
```javascript
|
||||
eruda.add(eruda.Tool.extend({
|
||||
eruda.add(new (eruda.Tool.extend({
|
||||
name: 'test'
|
||||
}));
|
||||
})));
|
||||
```
|
||||
|
||||
## remove
|
||||
|
||||
Reference in New Issue
Block a user