You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there currently a method to asynchronously check if the ormma compliant
library has hit the ORMMAReady state? Currently, I believe the only way to do
so is to define the ORMMAReady() function in global scope and wait for the
synchronous call to that function. Wouldn't be a good idea to be able to
reference if the library has hit the ready state through a boolean such as
ormma.isORMMAREADY? Also, if that were the case, that would render the
ORMMAReady() function optional and give more control to the ad designer to take
care of initialization themselves. Also, now that I think of it, why not
change ORMMAReady to be event driven with the callback function defined by the
user?
Original issue reported on code.google.com by [email protected] on 6 Sep 2011 at 11:57
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 6 Sep 2011 at 11:57The text was updated successfully, but these errors were encountered: