Merge pull request #2073 from minrk/var-contents

declare contents variable
pull/2077/head
Min RK 9 years ago committed by GitHub
commit 5721d7cc5b

@ -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