cassowary.js icon indicating copy to clipboard operation
cassowary.js copied to clipboard

Replace get/set methods with getter/setter pairs

Open slightlyoff opened this issue 13 years ago • 0 comments

Now that V8 has optimized getter/setter pairs, rework the API to remove get/set*() methods and move to using properties and getters/setters where it's meaningful.

slightlyoff avatar Feb 05 '13 09:02 slightlyoff