mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Fix: Tool api doc
This commit is contained in:
@@ -110,7 +110,7 @@ info.remove('title');
|
|||||||
|
|
||||||
## Snippets
|
## Snippets
|
||||||
|
|
||||||
Allow you to register small function that can be triggered multiple times.
|
Allow you to register small functions that can be triggered multiple times.
|
||||||
|
|
||||||
### clear
|
### clear
|
||||||
|
|
||||||
@@ -135,7 +135,7 @@ snippets.add('hello', function ()
|
|||||||
|
|
||||||
### remove
|
### remove
|
||||||
|
|
||||||
Remove specified log.
|
Remove specified snippet.
|
||||||
|
|
||||||
|Name|Type |Desc |
|
|Name|Type |Desc |
|
||||||
|----|------|-----------------|
|
|----|------|-----------------|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "eruda",
|
"name": "eruda",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"description": "Console for Mobile Browsers",
|
"description": "Console for Mobile Browsers",
|
||||||
"main": "eruda.js",
|
"main": "eruda.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user