Skip to content

Commit

Permalink
Merge pull request #2073 from minrk/var-contents
Browse files Browse the repository at this point in the history
declare contents variable
  • Loading branch information
minrk authored Jan 25, 2017
2 parents cd47dac + 83a2e83 commit 5721d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/static/edit/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
Expand Down

0 comments on commit 5721d7c

Please sign in to comment.