enb / enb-bh

BH support for ENB
Other
15 stars 12 forks source link

Make module name capitalised #21

Closed tadatuta closed 9 years ago

tadatuta commented 10 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.

// cc @mishanga

mishanga commented 10 years ago

+1

arikon commented 10 years ago

@tadatuta @mishanga Why not to make them both lowercased?