Skip to content

Commit

Permalink
Add restriction: 'none' to new properties
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Apr 17, 2018
1 parent 0f4aa59 commit 595ed08
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/mdn-data-importer.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function buildPropertiesWithMDNData(vscProperties) {
propertyMap[pn] = {
name: pn,
description: '',
restriction: 'none',
...allMDNProperties[pn]
}
}
Expand Down
Loading

0 comments on commit 595ed08

Please sign in to comment.