ActiveCampaign / activecampaign-api-nodejs

Node.js wrapper for the ActiveCampaign API
MIT License
39 stars 36 forks source link

Fixed missing instance in instance method call #8

Closed lks128 closed 9 years ago

lks128 commented 9 years ago

The missing url instance object was dealing ReferenceError:

.../node_modules/activecampaign/lib/Connector.js:25
        url = replace(regex, "");
              ^
ReferenceError: replace is not defined
mthommes commented 9 years ago

Thanks!

lks128 commented 9 years ago

Hey! My first pull request ;-)