cassowary.js
cassowary.js copied to clipboard
Replace get/set methods with getter/setter pairs
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.