search for: inexcept

Displaying 1 result from an estimated 1 matches for "inexcept".

Did you mean: winexcept
2006 Mar 17
2
ajax exception
...he 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: inspect: function() { return ''FileBrowser''; }, So basically this debugging helper functio...