Skip to content

Commit

Permalink
fix invalid property value in the getrandomvalues metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner committed Nov 18, 2013
1 parent e8a355b commit d3a358d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature-detects/crypto/getrandomvalues.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
{
"name": "Web Cryptography API getRandomValues method",
"property": "window.crypto.getRandomValues",
"property": "getrandomvalues",
"caniuse": "window.crypto.getRandomValues",
"tags": ["crypto"],
"authors": ["komachi"],
Expand Down

0 comments on commit d3a358d

Please sign in to comment.