declare contents variable

typo introduced in unwebpackification
Min RK 9 years ago
parent cd47dac0ff
commit 83a2e83cf9

@ -43,7 +43,7 @@ require([
config.load();
var common_config = new configmod.ConfigSection('common', {base_url: base_url});
common_config.load();
contents = new contents_service.Contents({
var contents = new contents_service.Contents({
base_url: base_url,
common_config: common_config
});

Loading…
Cancel
Save