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
If I call DoubleClick.refreshAds('ad-leaderboard', 'ad-leaderboard-sm', 'ad-square');
it only refreshes the first argument, the other two are ignored.
Calling
DoubleClick.refreshAds('ad-leaderboard-sm');
DoubleClick.refreshAds('ad-square');```
works as expected. Not sure if it's a bug or if you want to just adjust your readme.
The text was updated successfully, but these errors were encountered:
If I call
DoubleClick.refreshAds('ad-leaderboard', 'ad-leaderboard-sm', 'ad-square');
it only refreshes the first argument, the other two are ignored.
Calling
The text was updated successfully, but these errors were encountered: