Use where function in MVT tests

This commit is contained in:
Tim Schaub
2016-03-02 13:22:33 -07:00
parent 1925e39b69
commit 9c594bc997
2 changed files with 65 additions and 65 deletions

View File

@@ -459,6 +459,7 @@
};
var features = {
ArrayBuffer: typeof ArrayBuffer === 'function',
Uint8ClampedArray: ('Uint8ClampedArray' in global)
};