Added new lines for easier visual code logical segment detection.
Added function to use for ... in to check for declaredStrongAttrsKey on target. for ... in iterates over inherited enumerable properties while hasOwnProperty only checks the object's direct properties.
Added new lines for easier visual code logical segment detection.
Added function to use
for ... in
to check fordeclaredStrongAttrsKey
on target.for ... in
iterates over inherited enumerable properties whilehasOwnProperty
only checks the object's direct properties.JSHint has no intention of support ES7 decorators for awhile so I added that to the README.
Add initial docs to README.