Skip to content

Commit 9ee188d

Browse files
committed
switch consts to var per @rgbkrk's suggestion to make tests pass
1 parent 4a636b4 commit 9ee188d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebook/static/notebook/js/menubar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ define('notebook/js/menubar',[
136136
this.notebook.notebook_path
137137
);
138138

139-
const build_json_for_post = function(notebook, config, format) {
140-
const json_to_pass = {
139+
var build_json_for_post = function(notebook, config, format) {
140+
var json_to_pass = {
141141
notebook_contents: {
142142
content: notebook.toJSON(),
143143
name: notebook.notebook_name,

0 commit comments

Comments
 (0)