Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Feb 12, 2013
1 parent ce9e7a7 commit 117dd5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions IPython/frontend/html/notebook/static/js/cell.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ var IPython = (function (IPython) {
/**
* The Base `Cell` class from which to inherit
* @class Cell
*/
**/

/*
* @constructor
*
* * @param {object|undefined} [options]
* @param [options.cm_config] {object} config to pass to CodeMirror, will extend default parameters
* @param {object|undefined} [options]
* @param [options.cm_config] {object} config to pass to CodeMirror, will extend default parameters
*/
var Cell = function (options) {

Expand Down Expand Up @@ -253,7 +253,7 @@ var IPython = (function (IPython) {
};

/**
* force codemirror highlight mode
* Force codemirror highlight mode
* @method force_highlight
* @param {object} - CodeMirror mode
**/
Expand Down

0 comments on commit 117dd5f

Please sign in to comment.