apinf / meteor-api-umbrella

Meteor wrapper for the API Umbrella Admin API.
MIT License
5 stars 1 forks source link

Object has no property 'length' error #11

Closed brylie closed 8 years ago

brylie commented 8 years ago

In the ApiUmbrellaError class, there is a check for Object.length. This has caused a few errors, and may be related to Objects not having length properties. Please verify whether JS objects have a length property, and update the ApiUmbrellaError class accordingly.