[Build] Add Float32Array to predefs

This commit is contained in:
Victor Woeltjen
2016-03-04 10:46:51 -08:00
parent ac5ac8d34e
commit 91bf98b38d

View File

@ -13,6 +13,7 @@
"predef": [ "predef": [
"define", "define",
"Blob", "Blob",
"Float32Array",
"Promise" "Promise"
], ],
"strict": "implied", "strict": "implied",