Skip to content

Commit

Permalink
fix(moz-prefix): prefix should be Moz not moz.
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Dec 21, 2015
1 parent f1c2d3b commit 3ea47f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var VENDOR_PREFIXES = ['', 'webkit', 'moz', 'MS', 'ms', 'o'];
var VENDOR_PREFIXES = ['', 'webkit', 'Moz', 'MS', 'ms', 'o'];
var TEST_ELEMENT = document.createElement('div');

var TYPE_FUNCTION = 'function';
Expand Down

0 comments on commit 3ea47f3

Please sign in to comment.