Bug fixes
-
Functions not working without context (#91).
Example:
var stringifyEntity = require('bem-naming').stringify; stringifyEntity({ block: 'button', modName: 'size', modVal: 's' }); // Uncaught TypeError: Cannot read property 'modDelim' of undefined