cassowary.js
cassowary.js copied to clipboard
Remove polymorphism
The Variable and Expression constructors are infected with some pretty horrible polymorphic detection code. These might have been good choices for C++ and Java, but this style of use plays badly in JS and should be removed.