IQ Changes. Remove iqCallback and iqCallbackScope. Only need iqCallbackFunc (rewrite as iqCallback or iqSuccessCallback). Add iqErrorCallback.
Description
No need for scope and function as string references. This was carried over from AS2 Delegate days. Just pass actual function reference. Add error callback as well.
No need for scope and function as string references. This was carried over from AS2 Delegate days.
Just pass actual function reference.
Add error callback as well.