onury / accesscontrol

Role and Attribute based Access Control for Node.js
https://onury.io/accesscontrol
MIT License
2.21k stars 178 forks source link

Cannot set property _islocked of undefined #45

Closed amirh715 closed 6 years ago

amirh715 commented 6 years ago

this._isLocked = false; Cannot set property '_islocked' of undefined. As soon as I instantiate I get the above error. What's the issue??

onury commented 6 years ago

How do you instantiate?

amirh715 commented 6 years ago

const ac = AccessControl(); instead of const ac = new AccessControl(); Silly mistake!! sorry...

onury commented 6 years ago

no worries..