UntraceCalls
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) (Added description of syntax, hint for needing help and linked back to Command Line API) |
Sebastianz (Talk | contribs) m (Fixed syntax description) |
||
| Line 5: | Line 5: | ||
== Syntax == | == Syntax == | ||
<source lang="javascript"> | <source lang="javascript"> | ||
| - | + | untraceCalls(fn) | |
</source> | </source> | ||
== See also == | == See also == | ||
* [[Command Line API]] | * [[Command Line API]] | ||
Latest revision as of 11:43, 5 July 2012
| | This article is incomplete. Please help to add more information to it. If you're not registered yet, you can ask for an account. |
Disables tracing of specific function calls.
[edit] Syntax
untraceCalls(fn)