Open ButuzGOL opened 10 years ago
why
For example it can be useful in log information We have app and we implemented log there so at the start of app we do
log('\nApp: %s (%s) \n' +
'Backbone: %s \n' +
'Chaplin: %s \n' +
'jQuery: %s \n' +
'Lodash: %s',
applicationConfig.name,
App.VERSION,
Backbone.VERSION,
'1.0.0',
$.fn.jquery,
_.VERSION);
yea ok
Nice to have this var Chaplin.VERSION