Sha256: 867ec49e74db7792d6b3168be4c700be127cbcd5afb73c4b2128090527330289

Contents?: true

Size: 226 Bytes

Versions: 5

Compression:

Stored size: 226 Bytes

Contents

/*!
 * Jade - self closing tags
 * Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca>
 * MIT Licensed
 */

module.exports = [
    'meta'
  , 'img'
  , 'link'
  , 'input'
  , 'area'
  , 'base'
  , 'col'
  , 'br'
  , 'hr'
];

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
stylus-source-0.27.1 vendor/node_modules/mocha/node_modules/jade/lib/self-closing.js
stylus-source-0.27.0 vendor/node_modules/mocha/node_modules/jade/lib/self-closing.js
stylus-source-0.26.1 vendor/node_modules/mocha/node_modules/jade/lib/self-closing.js
stylus-source-0.26.0 vendor/node_modules/mocha/node_modules/jade/lib/self-closing.js
stylus-source-0.25.0 vendor/node_modules/mocha/node_modules/jade/lib/self-closing.js