Skip to content

Commit

Permalink
Allow creation of <meta> elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Nowak authored and Mariusz Nowak committed Jun 25, 2015
1 parent f783e56 commit 33472c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ var assign = require('es5-ext/object/assign')
'datalist', 'dd', 'del', 'details', 'dfn', 'dialog', 'div', 'dl', 'dt', 'em', 'embed', 'fieldset',
'figcaption', 'figure', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'header', 'hr', 'i',
'iframe', 'img', 'input', 'ins', 'kbd', 'keygen', 'label', 'legend', 'li', 'link', 'main', 'map',
'mark', 'menu', 'menuitem', 'meter', 'nav', 'noscript', 'object', 'ol', 'optgroup', 'option',
'output', 'p', 'param', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp', 'script',
'section', 'select', 'small', 'source', 'span', 'strong', 'style', 'sub', 'summary',
'mark', 'menu', 'meta', 'menuitem', 'meter', 'nav', 'noscript', 'object', 'ol', 'optgroup',
'option', 'output', 'p', 'param', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp',
'script', 'section', 'select', 'small', 'source', 'span', 'strong', 'style', 'sub', 'summary',
'sup', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'time',
'tr', 'track', 'u', 'ul', 'var', 'video', 'wbr'].forEach(function (name) {
elements[name] = d('cew', function () {
Expand Down

0 comments on commit 33472c4

Please sign in to comment.