Fix: Tool api doc

This commit is contained in:
surunzi
2016-09-12 12:26:49 +08:00
parent a665fc2d33
commit 59b6262592
2 changed files with 3 additions and 3 deletions

View File

@@ -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 |
|----|------|-----------------| |----|------|-----------------|

View File

@@ -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": {