Show More
@@ -22,13 +22,13 b' var IPython = (function (IPython) {' | |||||
22 | /** |
|
22 | /** | |
23 | * The Base `Cell` class from which to inherit |
|
23 | * The Base `Cell` class from which to inherit | |
24 | * @class Cell |
|
24 | * @class Cell | |
25 | */ |
|
25 | **/ | |
26 |
|
26 | |||
27 | /* |
|
27 | /* | |
28 | * @constructor |
|
28 | * @constructor | |
29 | * |
|
29 | * | |
30 |
* |
|
30 | * @param {object|undefined} [options] | |
31 |
* |
|
31 | * @param [options.cm_config] {object} config to pass to CodeMirror, will extend default parameters | |
32 | */ |
|
32 | */ | |
33 | var Cell = function (options) { |
|
33 | var Cell = function (options) { | |
34 |
|
34 | |||
@@ -253,7 +253,7 b' var IPython = (function (IPython) {' | |||||
253 | }; |
|
253 | }; | |
254 |
|
254 | |||
255 | /** |
|
255 | /** | |
256 |
* |
|
256 | * Force codemirror highlight mode | |
257 | * @method force_highlight |
|
257 | * @method force_highlight | |
258 | * @param {object} - CodeMirror mode |
|
258 | * @param {object} - CodeMirror mode | |
259 | **/ |
|
259 | **/ |
General Comments 0
You need to be logged in to leave comments.
Login now