Closed matthewp closed 11 years ago
Instead of throwing an error in AkamaiPurge when not called as a constructor, should instead just recursively call itself with new. This prevents the user from unnecessarily having to call it with new akamai.purge..., an easy mistake to make.
AkamaiPurge
new akamai.purge...
Instead of throwing an error in
AkamaiPurge
when not called as a constructor, should instead just recursively call itself with new. This prevents the user from unnecessarily having to call it withnew akamai.purge...
, an easy mistake to make.