ccgus / CocoaScript

JavaScript + the Cocoa frameworks, and then ObjC brackets show up to party as well.
Other
618 stars 58 forks source link

fix hasProperty for NSDistantObject #57

Closed mathieudutour closed 6 years ago

mathieudutour commented 6 years ago

when checking if NSDistantObject has a property, it would crash if the property doesn't exist (as the comment said)

ccgus commented 6 years ago

Thanks!