On 3/17/06, Cosmin Cimpoi <[EMAIL PROTECTED]> wrote:
> On one of the ajax.request calls I make something weird happens. In the
> debugger I get this output:
> ===================
> 10:36:04:796 [DEBUG]   FileBrowser.onServiceResult > inResult = success
> 10:36:04:812 [DEBUG]   FileBrowser.onServiceResult > inResult = exception |
> inRequest.responseText = undefined | inException = TypeError: this.inspect
> is not a function
> ===================
>
> Now my inspect metod for this class looks very simple and it didn't have
> conflicts in other classes:

'this' might not be the object you're thinking of.  It's most likely a
closure problem, but we'd need to see more of the code to be sure.

Todd
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to