gentooboontoo / js-quantities

JavaScript library for quantity calculation and unit conversion
http://gentooboontoo.github.io/js-quantities/
MIT License
396 stars 102 forks source link

Fix definition of square foot. #41

Closed dubejf closed 8 years ago

dubejf commented 9 years ago

sqft was using <feet> instead of <foot>. Conversion returned NaN.

Also add a validation pass to catch future errors - making sure unit definition references only predefined units.