Comparing version 0.1.10 to 0.1.11
@@ -13,5 +13,5 @@ /** | ||
'input', 'ins', 'kbd', 'label', 'legend', 'li', 'link', 'map', 'meta', 'noscript', | ||
'object', 'ol', 'optgroup', 'option', 'p', 'param', 'pre', 'q', 'samp', 'script', | ||
'object', 'ol', 'optgroup', 'option', 'p', 'param', 'pre', 'q', 's', 'samp', 'script', | ||
'select', 'small', 'span', 'strong', 'style', 'sub', 'sup', 'table', 'tbody', | ||
'td', 'textarea', 'tfoot', 'th', 'thead', 'title', 'tr', 'tt', 'ul']; | ||
'td', 'textarea', 'tfoot', 'th', 'thead', 'title', 'tr', 'tt', 'u', 'ul']; | ||
var selfClosing = ['area', 'base', 'basefont', 'br', 'col', 'frame', 'hr', | ||
@@ -185,3 +185,3 @@ 'img', 'input', 'link', 'meta', 'param']; | ||
*/ | ||
var naked = function naked(elements, text) { | ||
naked = function naked(elements, text) { | ||
return elem('', elements, text); | ||
@@ -188,0 +188,0 @@ }; |
{ | ||
"name": "jyt", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "JavaScript Your Templates", | ||
@@ -5,0 +5,0 @@ "main": "lib/jyt.js", |
24888