Closed tadatuta closed 9 years ago
Now to get BH via module system we need modules.require(['bh']) but for BEMHTML it's modules.require(['BEMHTML']). I suggest to make them both capitalised for consistence.
modules.require(['bh'])
modules.require(['BEMHTML'])
// cc @mishanga
+1
@tadatuta @mishanga Why not to make them both lowercased?
Now to get BH via module system we need
modules.require(['bh'])
but for BEMHTML it'smodules.require(['BEMHTML'])
. I suggest to make them both capitalised for consistence.// cc @mishanga