/node_modules/jade/lib/self-closing.js
JavaScript | 19 lines | 12 code | 2 blank | 5 comment | 0 complexity | 1dffb1ba865faeea7e5d6e5dee6e0bfd MD5 | raw file
Possible License(s): Apache-2.0, MIT
1 2/*! 3 * Jade - self closing tags 4 * Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca> 5 * MIT Licensed 6 */ 7 8module.exports = [ 9 'meta' 10 , 'img' 11 , 'link' 12 , 'input' 13 , 'source' 14 , 'area' 15 , 'base' 16 , 'col' 17 , 'br' 18 , 'hr' 19];