Clear
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) (Separate Command Line API page for clear()) |
Sebastianz (Talk | contribs) (Added description of syntax and linked back to Command Line API) |
||
| Line 1: | Line 1: | ||
| - | + | Removes all log messages from the [[Console Panel]]. | |
| + | |||
| + | == Syntax == | ||
| + | <source lang="javascript"> | ||
| + | clear() | ||
| + | </source> | ||
| + | |||
| + | == See also == | ||
| + | * [[Command Line API]] | ||
Latest revision as of 11:02, 5 July 2012
Removes all log messages from the Console Panel.
[edit] Syntax
clear()