mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Added node-modules
This commit is contained in:
19
node_modules/jade/lib/self-closing.js
generated
vendored
Normal file
19
node_modules/jade/lib/self-closing.js
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
/*!
|
||||
* Jade - self closing tags
|
||||
* Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca>
|
||||
* MIT Licensed
|
||||
*/
|
||||
|
||||
module.exports = [
|
||||
'meta'
|
||||
, 'img'
|
||||
, 'link'
|
||||
, 'input'
|
||||
, 'source'
|
||||
, 'area'
|
||||
, 'base'
|
||||
, 'col'
|
||||
, 'br'
|
||||
, 'hr'
|
||||
];
|
Reference in New Issue
Block a user