We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c2d3b commit 3ea47f3Copy full SHA for 3ea47f3
src/utils.js
@@ -1,4 +1,4 @@
1
-var VENDOR_PREFIXES = ['', 'webkit', 'moz', 'MS', 'ms', 'o'];
+var VENDOR_PREFIXES = ['', 'webkit', 'Moz', 'MS', 'ms', 'o'];
2
var TEST_ELEMENT = document.createElement('div');
3
4
var TYPE_FUNCTION = 'function';
0 commit comments