Awesome!

For some reason the next line is now causing an exception,
**because it is inside the next function:

show: function(state)
    {
        this.myTimeout = this.context.setTimeout(function(context)
           {
                   *content = 
context.window.document.getElementsByClassName("invest_level_down").item(0).textContent;
*
           }, 5000);
    },


hide: function(state) {
this.context.clearTimeout(this.myTimeout);
    }


why is that?


-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug

Reply via email to