Merge pull request #2572 from finaiized/patch-1

Change comment identifier to be valid JavaScript
pull/2579/head
Thomas Kluyver 9 years ago committed by GitHub
commit 2d14953aaa

@ -61,7 +61,7 @@ four spaces. Enter the following code snippet in your JavaScript console::
var config = cell.config;
var patch = {
CodeCell:{
cm_config:{indentUnit: null} # only change here.
cm_config:{indentUnit: null} // only change here.
}
}
config.update(patch)

Loading…
Cancel
Save