make isUndefined public, add CSS_POSITION_COUNT back

This commit is contained in:
Andrew Rasmussen
2014-09-30 13:18:03 -07:00
parent 0ae8bcf8f6
commit 91786cd2c7
2 changed files with 4 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
#include "Layout.h"
static bool isUndefined(float value) {
bool isUndefined(float value) {
return isnan(value);
}